Skip to content

Commit 55109ed

Browse files
committed
juledoc: use new import paths
1 parent 0611f56 commit 55109ed

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

builder/builder.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

5-
use "doc"
5+
use "juledoc/doc"
66
use "std/bytes"
77
use "std/jule/ast"
88
use "std/strings"

builder/ctxbuilder.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

5-
use "doc"
5+
use "juledoc/doc"
66
use "std/strings"
77
use "std/unicode"
88

gen/markdown/markdown.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

5-
use "doc"
5+
use "juledoc/doc"
66
use "std/bytes"
77
use "std/conv"
88
use "std/strings"

src/main.jule

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

5-
use "builder"
6-
use "doc"
7-
use "gen/markdown"
5+
use "juledoc/builder"
6+
use "juledoc/doc"
7+
use "juledoc/gen/markdown"
88
use "std/flag"
99
use "std/jule"
1010
use "std/jule/ast"

0 commit comments

Comments
 (0)