From 198efd45075ca5f644062ec4a1169aebf803cf51 Mon Sep 17 00:00:00 2001 From: Derek Lee Date: Thu, 12 Oct 2023 18:03:44 -0400 Subject: [PATCH] fix --- docs/docs/concepts-reference/locators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts-reference/locators.md b/docs/docs/concepts-reference/locators.md index 50368e6098..224f071a54 100644 --- a/docs/docs/concepts-reference/locators.md +++ b/docs/docs/concepts-reference/locators.md @@ -37,7 +37,7 @@ Only locators pointing to public GitHub repositories are currently allowed. ::: ### Important Package Restriction -If your Starlark script relies on resources of any kind (remote or local) then those resources *must* be part of a [Kurtosis package][packages]. Resources can be other Starlark scripts or files. +If your Starlark script relies on local resources of any kind (i.e. files or packages available on your filesystem) then those resources *must* be part of a [Kurtosis package][packages]. For example, suppose we had a [Kurtosis package][packages] like so: