Skip to content

Commit

Permalink
Update location of tsdev.sh in docs (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmvd authored Oct 17, 2024
1 parent 4d6e1e6 commit e4a5bc0
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit e4a5bc0

Please sign in to comment.