Skip to content

Commit

Permalink
fix(docs): wildcard broken links (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori authored Feb 6, 2024
1 parent 4520123 commit 04dcb55
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class LocationLsEntry extends EntryExtension {
examples = List(ExampleDoc("""Location.Ls("s3://my-bucket/folder/")""", None)),
ret = Some(ReturnDoc("The list of files in the location.", retType = Some(TypeDoc(List("list(string)"))))),
description = Some(
"Urls with wildcards are also supported. For information about the use of wildcards see the [Locations with wildcards documentation](/docs/snapi/wildcards)."
"Urls with wildcards are also supported. For information about the use of wildcards see the [Locations with wildcards documentation](/snapi/wildcards)."
)
)

Expand Down Expand Up @@ -229,7 +229,7 @@ class LocationLlEntry() extends EntryExtension {
)
),
description = Some(
"URLs with wildcards are also supported. For information about the use of wildcards see the [Locations with wildcards documentation](/docs/snapi/wildcards)."
"URLs with wildcards are also supported. For information about the use of wildcards see the [Locations with wildcards documentation](/snapi/wildcards)."
)
)

Expand Down

0 comments on commit 04dcb55

Please sign in to comment.