Skip to content

Commit 1b00117

Browse files
authored
Fix the test link in documentation (#10)
* Fix the test link in documentation * Uses inline HTML to avoid my_st parser and fix the link
1 parent 6c8306c commit 1b00117

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,7 @@ Do not expect to fetch a large repository with it.
3636
It can be tried with the current documentation, by providing parameters in the current URL of the documentation.
3737

3838
As an example the following URL will reload the current page with some repo parameters:\
39-
<https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main>
39+
40+
<a href="https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main">
41+
https://litegitpuller.readthedocs.io/en/latest/index.html?repo=https%3A%2F%2Fgithub.com%2Fbrichet%2Ftesting-repo&urlpath=tree%2Ftesting-repo%2Fnotebooks%2Fsimple.ipynb&branch=main
42+
</a>

0 commit comments

Comments
 (0)