Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Correct minor error in "locators" reference docs #71

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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