Fixed broken URLs in quickstart.md and setup.md #75
@@ -61,9 +61,9 @@ docker compose up -d
|
||||
|
||||
2. Access BrickTracker at `http://localhost:3333`
|
||||
|
||||
Please refer to [Environment Variables Reference](docs/env.md) for a list of available variables.
|
||||
Please refer to [Environment Variables Reference](env.md) for a list of available variables.
|
||||
|
||||
3. Read more in [First steps](docs/first-steps.md)
|
||||
3. Read more in [First steps](first-steps.md)
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
@@ -85,6 +85,6 @@ Please refer to [Environment Variables Reference](docs/env.md) for a list of ava
|
||||
- Check for any syntax errors in `.env` file
|
||||
- Verify no conflicting environment variables are set in the shell
|
||||
|
||||
For more troubleshooting, take a look at [Common Errors](docs/common-errors.md)
|
||||
For more troubleshooting, take a look at [Common Errors](common-errors.md)
|
||||
|
||||
Please refer to [Setup](docs/setup.md) for more information.
|
||||
Please refer to [Setup](setup.md) for more information.
|
||||
@@ -53,7 +53,7 @@ services:
|
||||
The [.env.sample](../.env.sample) file provides ample documentation on all the configurable options. Have a look at it.
|
||||
You can make a copy of `.env.sample` as `.env` with your options or create an `.env` file from scratch.
|
||||
|
||||
[Environment Variables Reference](docs/env.md) contains a table of the available variables.
|
||||
[Environment Variables Reference](env.md) contains a table of the available variables.
|
||||
|
||||
## Database file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user