Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Correct edit URL template (#6)

This was still pointing to the `OSS` branch, but docs are served from `main` now.

authored by

Cassidy James Blaede and committed by
GitHub
728b557b ea4edad2

+1 -1
+1 -1
docs/book.toml
··· 8 8 build-dir = "./book" 9 9 10 10 [output.html] 11 - edit-url-template = "https://github.com/roostorg/coop/edit/OSS/docs/{path}" 11 + edit-url-template = "https://github.com/roostorg/coop/edit/main/docs/{path}" 12 12 git-repository-url = "https://github.com/roostorg/coop" 13 13 14 14 [output.html.print]