Skip to content

Commit

Permalink
docs: fix edit/view path
Browse files Browse the repository at this point in the history
  • Loading branch information
berntpopp committed May 15, 2024
1 parent 05fb091 commit 4ddf469
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The repository subfolder for the SysNDD documentation.
First change the work directory:

```
## workfolder <- "path/to/the/edit_docs/"
## workfolder <- "path/to/the/documentation/"
setwd(workfolder)
```

Expand Down
4 changes: 2 additions & 2 deletions documentation/_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ download:
- ["SysNDD_documentation.pdf", "PDF"]
- ["SysNDD_documentation.epub", "EPUB"]
- ["SysNDD_documentation.docx", "DOCX"]
view: https://github.com/berntpopp/sysndd/tree/master/docs/%s
edit: https://github.com/berntpopp/sysndd/tree/master/edit_docs/%s
view: https://github.com/berntpopp/sysndd/tree/master/documentation/%s
edit: https://github.com/berntpopp/sysndd/tree/master/documentation/%s
output_dir: "build"

0 comments on commit 4ddf469

Please sign in to comment.