Skip to content

Commit

Permalink
fix link to init.sql file
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Mar 15, 2022
1 parent 14147ce commit b045532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/local_dev_environment.md
Expand Up @@ -126,7 +126,7 @@ ALTER USER indexduser WITH PASSWORD 'indexdpassword';
\du
```

You can also view the local [PostgreSQL init.sql](./deployment/scripts/postgresql/postgresql_init.sql) and run these inside the local PostgreSQL server.
You can also view the local [PostgreSQL init.sql](../deployment/scripts/postgresql/postgresql_init.sql) and run these inside the local PostgreSQL server.

## Installation

Expand Down Expand Up @@ -235,4 +235,4 @@ With the appropriate settings, you can run the following command to migrate a da
python3 bin/index_admin.py migrate_database
```

If the `bin/local_settings.py` are not reachable, the script will fallback according to these [configuration notes](#configuration).
If the `bin/local_settings.py` are not reachable, the script will fallback according to these [configuration notes](#configuration).

0 comments on commit b045532

Please sign in to comment.