manual: Migrate to cli.rs domain
This commit is contained in:
parent
b4c832c24f
commit
f5071dcff2
5 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@ src = "src"
|
|||
title = "Colmena @apiVersion@"
|
||||
|
||||
[output.html]
|
||||
site-url = "/colmena/@apiVersion@/"
|
||||
site-url = "/@apiVersion@/"
|
||||
git-repository-url = "https://github.com/zhaofengli/colmena"
|
||||
edit-url-template = "https://github.com/zhaofengli/colmena/edit/main/manual/{path}"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ src = "src"
|
|||
title = "Colmena (Unstable)"
|
||||
|
||||
[output.html]
|
||||
site-url = "/colmena/unstable/"
|
||||
site-url = "/unstable/"
|
||||
git-repository-url = "https://github.com/zhaofengli/colmena"
|
||||
edit-url-template = "https://github.com/zhaofengli/colmena/edit/main/manual/{path}"
|
||||
|
||||
|
|
|
@ -25,10 +25,10 @@ let
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting</title>
|
||||
<meta http-equiv="refresh" content="0; URL=https://zhaofengli.github.io/colmena@path@">
|
||||
<meta http-equiv="refresh" content="0; URL=https://colmena.cli.rs@path@">
|
||||
</head>
|
||||
<body>
|
||||
Redirecting to <a href="https://zhaofengli.github.io/colmena@path@">https://zhaofengli.github.io/colmena@path@</a>
|
||||
Redirecting to <a href="https://colmena.cli.rs@path@">https://colmena.cli.rs@path@</a>
|
||||
</body>
|
||||
</html>
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue