Skip to content

Commit

Permalink
Revert "Remove relative path to vendored shard markd (#13040)" (#13315
Browse files Browse the repository at this point in the history
)
  • Loading branch information
straight-shoota authored Apr 13, 2023
1 parent 2c9dba7 commit 469b5b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/compiler/crystal/interpreter/repl_reader.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "reply"
require "../../../../lib/reply/src/reply"

class Crystal::ReplReader < Reply::Reader
KEYWORDS = %w(
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/crystal/tools/doc/generator.cr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require "markd"
require "../../../../../lib/markd/src/markd"
require "crystal/syntax_highlighter/html"

class Crystal::Doc::Generator
Expand Down

0 comments on commit 469b5b2

Please sign in to comment.