Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_level: any
6 changes: 6 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dirs:
- .
useGitIgnore: true
ignorePatterns:
- pattern: .*http://127.0.0.1:8000/.*
baseUrl: https://github.com/direct-framework/direct-webapp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ To launch the server run:
docker compose up
```

The app will be available at <http://127.0.0.1:8000/> <!-- markdown-link-check-disable-line -->
The app will be available at <http://127.0.0.1:8000/>

As above, create a superuser with

Expand Down