diff options
author | Clyybber <darkmine956@gmail.com> | 2020-01-16 22:22:17 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-01-16 22:22:17 +0100 |
commit | 41cf609fc7c15a63ea7d99771f6d812e65539704 (patch) | |
tree | 0df126a4228ee9c661865da311624ad402870187 /nimdoc/test_out_index_dot_html | |
parent | e3acb2d12cdae1561547a87e754ee136d84c2643 (diff) | |
download | Nim-41cf609fc7c15a63ea7d99771f6d812e65539704.tar.gz |
Fix docs (#13176)
Diffstat (limited to 'nimdoc/test_out_index_dot_html')
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/index.html | 2 | ||||
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/theindex.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nimdoc/test_out_index_dot_html/expected/index.html b/nimdoc/test_out_index_dot_html/expected/index.html index d9ad0d625..f47c5f89c 100644 --- a/nimdoc/test_out_index_dot_html/expected/index.html +++ b/nimdoc/test_out_index_dot_html/expected/index.html @@ -18,7 +18,7 @@ <!-- CSS --> <title>foo</title> -<link rel="stylesheet" type="text/css" href="/nimdoc.out.css"> +<link rel="stylesheet" type="text/css" href="nimdoc.out.css"> <script type="text/javascript" src="dochack.js"></script> diff --git a/nimdoc/test_out_index_dot_html/expected/theindex.html b/nimdoc/test_out_index_dot_html/expected/theindex.html index 49e37bddf..095dd7471 100644 --- a/nimdoc/test_out_index_dot_html/expected/theindex.html +++ b/nimdoc/test_out_index_dot_html/expected/theindex.html @@ -18,7 +18,7 @@ <!-- CSS --> <title>Index</title> -<link rel="stylesheet" type="text/css" href="/nimdoc.out.css"> +<link rel="stylesheet" type="text/css" href="nimdoc.out.css"> <script type="text/javascript" src="dochack.js"></script> |