Skip to content

Commit 64bdccd

Browse files
Update wiki URI prefix as https://wiki.csswg.org/ now points to this new GitHub hosted wiki (w3c#12)
1 parent c86dc97 commit 64bdccd

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CSS Working Group Wiki
22

3-
Community-editable documentation for the [CSS Working Group](https://www.w3.org/Style/CSS/). **Live site:** https://w3c.github.io/csswg-wiki/
3+
Community-editable documentation for the [CSS Working Group](https://www.w3.org/Style/CSS/). **Live site:** https://wiki.csswg.org/
44

55
This repo replaces the legacy wiki.csswg.org wiki. Pages are now Markdown files you can edit directly on GitHub.
66

@@ -38,7 +38,7 @@ gem install jekyll
3838
jekyll serve
3939
```
4040

41-
Then open http://localhost:4000/csswg-wiki/
41+
Then open http://localhost:4000/
4242

4343
## Frontend design
4444

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
title: CSS Working Group Wiki
22
description: Community-editable wiki for CSS Working Group documentation
3-
url: https://w3c.github.io
4-
baseurl: /csswg-wiki
3+
url: https://wiki.csswg.org
54
repository: w3c/csswg-wiki
65

76
markdown: kramdown

0 commit comments

Comments
 (0)