Skip to content

Commit bf4cc55

Browse files
authored
Switch links to full URLs (#36)
* Update README.md * Update INSTALL.md * Update USAGE.md
1 parent a8467dd commit bf4cc55

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ but can also be executed using `composer phpunit` from the extension base direct
4747
[smw]: https://github.com/SemanticMediaWiki/SemanticMediaWiki
4848
[composer]: https://getcomposer.org/
4949
[mermaid]: https://github.com/knsv/mermaid
50-
[intalling and configuring]: docs/INSTALL.md
51-
[using]: docs/USAGE.md
50+
[installing and configuring]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/INSTALL.md
51+
[using]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/USAGE.md
5252

docs/INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ parameter can be set to it after invoking the extension, e.g.:
6666
wfLoadExtension( 'Mermaid' );
6767
$mermaidgDefaultTheme = 'neutral';
6868

69-
[readme]: ../../README.md
70-
[release notes]: docs/RELEASE-NOTES.md
71-
[usage examples]: docs/USAGE.md
69+
[readme]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/README.md
70+
[release notes]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/RELEASE-NOTES.md
71+
[usage examples]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/docs/USAGE.md

docs/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ participant Bob
2121

2222
Further [examples][examplesmw] have been created on wiki.
2323

24-
[readme]: ../../README.md
24+
[readme]: https://github.com/SemanticMediaWiki/Mermaid/blob/master/README.md
2525
[mermaid]: https://github.com/knsv/mermaid
2626
[examplemjs]: https://mermaidjs.github.io/
2727
[examplesmw]: https://sandbox.semantic-mediawiki.org/wiki/Mermaid

0 commit comments

Comments
 (0)