Skip to content

Commit 5a18cf0

Browse files
committed
fix README.md links
1 parent 3f979fa commit 5a18cf0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you'd like to host your own files, you'll have to fork this repository.
2828
* Generate different views on a document to keep exam-questions, answers and testing-questions together in one document.
2929
* Full Obsidian-flavor Markdown support
3030
* Switch between teacher- and student-view
31-
* Local [WYSIWIG Editor Setup](docs-wysiwig) that allows you to see the changes to your documents instantly.
31+
* Local [WYSIWIG Editor Setup](docs-wysiwig.md) that allows you to see the changes to your documents instantly.
3232
### Features for Students
3333
* Availability
3434
* Teaching materials are always up-to-date
@@ -87,15 +87,15 @@ So there are some intricacies you should be aware of when working with it and se
8787
## Obsidian Language Extensions
8888
Here you can find the technical intricacies of the Obsidian-specific language extension implemented in this project [docs](docs-obsidian.md).
8989
## Local WYSIWIG Container
90-
Start a container running the server, which is exposing a web-page and constantly scanning for changes in your files [here](docs-wysiwig).
90+
Start a container running the server, which is exposing a web-page and constantly scanning for changes in your files [here](docs-wysiwig.md).
9191
## Permissions
9292
You can specify who is able to read whole files, or only parts of it.
93-
Here you can find more information about [permissions](docs-permissions).
93+
Here you can find more information about [permissions](docs-permissions.md).
9494
## Technical Details
95-
If you're interested about the software used behind the scenes or some of the URLs you may use to do stuff, then look [here](docs-technical-details).
95+
If you're interested about the software used behind the scenes or some of the URLs you may use to do stuff, then look [here](docs-technical-details.md).
9696
## Development: Building this Project
97-
Here you can find information about [building](docs-building) this project.
97+
Here you can find information about [building](docs-building.md) this project.
9898
## Development: Debugging
99-
Here you can find information about [debugging](docs-debugging) this project when you've decided to help develop it.
99+
Here you can find information about [debugging](docs-debugging.md) this project when you've decided to help develop it.
100100
## Self-Hosting: Keycloak
101-
If you like to host your own server, you'll need a Keycloak-Server to host your users' credentials that is probably connected to your schools' LDAP in some way. [Here](docs-keycloak) you can find information about that.
101+
If you like to host your own server, you'll need a Keycloak-Server to host your users' credentials that is probably connected to your schools' LDAP in some way. [Here](docs-keycloak.md) you can find information about that.

0 commit comments

Comments
 (0)