diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index e60e439..f6edd87 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -398,7 +398,7 @@ You have some choices for how to run the application components: ## Running scripts from source If you are just testing out code changes then you can choose to run this application directly from the source using the provided script in -`contrib/run-from-source.sh`. This assumes the `dev` environment. +`scripts/run-from-source.sh`. This assumes the `dev` environment. ## Running from installation Otherwise you will want to utilise the `setup.py` file to build and diff --git a/contrib/run-from-source.sh b/scripts/run-from-source.sh similarity index 100% rename from contrib/run-from-source.sh rename to scripts/run-from-source.sh