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

Update location of tsdev.sh in docs #3209

Merged
merged 1 commit into from
Oct 17, 2024
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/developers/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ User <USER> created/updated

Now, start the `gunicon` server that will serve the Timsketch WSGI app.

To make this task easier, we recommend using the `timesketch/contrib/tsdev.sh`
To make this task easier, we recommend using the `timesketch/utils/tsdev.sh`
script.

In one shell:
Expand Down Expand Up @@ -92,7 +92,7 @@ If you're planning to work on those (or even just import timelines into your
Timesketch instance), you'll need to launch a Celery worker, and re-launch it
every time you bring changes to its code.

You can use `timesketch/contrib/tsdev.sh` for this task as well.
You can use `timesketch/utils/tsdev.sh` for this task as well.

In a new shell, run the following:

Expand Down Expand Up @@ -130,7 +130,7 @@ For development on the new `frontend-ng` UI, you need to install some
dependencies once and start the new frontend. More on frontend development is
documented [here](https://timesketch.org/developers/frontend-development/).

We recommend using the `timesketch/contrib/tsdev.sh` script for this task as well.
We recommend using the `timesketch/utils/tsdev.sh` script for this task as well.

Install frontend-ng dependencies:
```bash
Expand Down
Loading