Skip to content

Commit e18a32c

Browse files
committed
fix links
1 parent 35e8061 commit e18a32c

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,12 @@ fn main() {
3333
}
3434
```
3535

36-
<!--
37-
FIXME(website): do we want a website for this?
38-
3936
Welcome to the repository for the Const Generics Project Group! This is the
4037
repository we use to organise our work. Please refer to our [charter] as well
4138
as our [github pages website][gh-pages] for more information on our goals and
4239
current scope.
4340
[gh-pages]: https://rust-lang.github.io/{{GROUP_SLUG}}
4441

45-
46-
**/FIX ME**
47-
-->
48-
4942
[charter]: ./CHARTER.md
5043

5144

book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[book]
2-
authors = ["{{GROUP_NAME}} Members"]
2+
authors = ["Const Generics Project Group Members"]
33
language = "en"
44
multilingual = false
55
src = "."
6-
title = "{{GROUP_NAME}} {{GROUP_TYPE}} Group"
6+
title = "Const Generics Project Group"
77

88
[output.html]
99
no-section-label=true
10-
git-repository-url="https://github.com/rust-lang/{{GROUP_SLUG}}"
10+
git-repository-url="https://github.com/rust-lang/project-const-generics"

0 commit comments

Comments
 (0)