Skip to content

Commit

Permalink
Merge pull request #329 from uc-cdis/pieterlukasse-patch-2
Browse files Browse the repository at this point in the history
fixing broken link reg. "distributed-resolution"
  • Loading branch information
m0nhawk authored Nov 4, 2023
2 parents bb3b1d8 + 4947195 commit 2fef5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/local_dev_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ There is a `/indexd/default_settings.py` file which houses, you guessed it, defa

This works because on app startup, Indexd will attempt to include a `local_settings` python module (the attempted import happens in the `/indexd/app.py` file). If a local settings file is not found, Indexd falls back on the default settings.

There is specific information about some configuration options in the [distributed resolution](README.md#distributed-resolution-utilizing-prefixes-in-guids) section of this document.
There is specific information about some configuration options in the [distributed resolution](../README.md#distributed-resolution-utilizing-prefixes-in-guids) section of this document.

## Testing

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 2fef5c0

Please sign in to comment.