Skip to content

Commit 253b44b

Browse files
committed
allow mkdocs to correct local links
1 parent d80f491 commit 253b44b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

guidance_docs/CaseStudy2-GuidanceDoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
**Case Study \#2 \-[Environmental surveillance for *Salmonella* Typhi in rivers and wastewater from an informal sewage network in Blantyre, Malaw](https://doi.org/10.1371/journal.pntd.0012518)i**
2+
**Case Study \#2 \-[Environmental surveillance for *Salmonella* Typhi in rivers and wastewater from an informal sewage network in Blantyre, Malawi](https://doi.org/10.1371/journal.pntd.0012518)**
33

44
The aim of the study was to assess the feasibility of utilising ES in an urban environment drained by a natural river system and investigate whether this approach might be a useful tool for confirming the presence and sustained transmission of *S*. Typhi within the local population.
55

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ markdown_extensions:
4040
- pymdownx.emoji:
4141
emoji_index: !!python/name:materialx.emoji.twemoji
4242
emoji_generator: !!python/name:materialx.emoji.to_svg
43+
- pymdownx.magiclink
44+
- pymdownx.pathconverter:
45+
base_path: guidance_docs
46+
relative: true
4347

4448
nav:
4549
- Home: index.md

0 commit comments

Comments
 (0)