Skip to content

Commit

Permalink
Remove relative path to vendored shards markd and reply (crystal-…
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere authored and Blacksmoke16 committed Dec 11, 2023
1 parent 8a3a6bc commit 1e850f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 "../../../../lib/reply/src/reply"
require "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 "../../../../../lib/markd/src/markd"
require "markd"
require "crystal/syntax_highlighter/html"

class Crystal::Doc::Generator
Expand Down
2 changes: 1 addition & 1 deletion src/compiler/crystal/tools/playground/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "http/server"
require "log"
require "ecr/macros"
require "compiler/crystal/tools/formatter"
require "../../../../../lib/markd/src/markd"
require "markd"

module Crystal::Playground
Log = ::Log.for("crystal.playground")
Expand Down

0 comments on commit 1e850f9

Please sign in to comment.