Skip to content

Commit

Permalink
fix: Correct minor error in "locators" reference docs (#71)
Browse files Browse the repository at this point in the history
Correct minor error in locators reference
  • Loading branch information
mieubrisse authored Feb 27, 2023
1 parent b67c5a8 commit 3d68919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/reference/locators.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ A GitHub URL is **not** a valid locator, because GitHub adds extra `/blob/main`
https://github.com/kurtosis-tech/kurtosis/blob/main/starlark/test.star
```

would be the following as a Kurtosis locator (dropping the `/blob/main` part):
would be the following as a Kurtosis locator (dropping the `https://` and `/blob/main` part):

```
https://github.com/kurtosis-tech/kurtosis/starlark/test.star
github.com/kurtosis-tech/kurtosis/starlark/test.star
```
:::

Expand Down Expand Up @@ -76,4 +76,4 @@ helpers = import_module("github.com/package-author/package-repo/not-a-package/ra

<!------------------ ONLY LINKS BELOW HERE -------------------->
[packages]: ./packages.md
[how-do-kurtosis-imports-work-explanation]: ../explanations/how-do-kurtosis-imports-work.md
[how-do-kurtosis-imports-work-explanation]: ../explanations/how-do-kurtosis-imports-work.md

0 comments on commit 3d68919

Please sign in to comment.