Skip to content

Commit 4205153

Browse files
committed
Change IRC links to Libera Chat, add Slack link, remove Reddit/SO
1 parent 2afdaca commit 4205153

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PAGES += $(addsuffix .html,$(basename $(wildcard cmd_*.in)))
88
web: $(PAGES)
99

1010
index.html:
11-
ln -s about.html index.html
11+
ln -sf about.html index.html
1212

1313
templates/cmd_header.in: templates/header.in
1414
sed -r '/<title>/ s,::,:: Command Reference ::,; s,@documentation@,1,g; s,@[a-z]+@,0,g;' < templates/header.in > templates/cmd_header.in.new
@@ -49,7 +49,7 @@ push: web
4949
rsync -e ssh -azv --delete --exclude .git --exclude .*.swp --exclude nogit . [email protected]:/var/www/clifford/yosys/.
5050

5151
clean:
52-
rm -f $(PAGES)
52+
rm -f $(PAGES) templates/cmd_header.in
5353

5454
.PHONY: web push clean
5555

documentation.in

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ available for Yosys.</p>
88
<h2>Yosys Manual</h2>
99

1010
<p>A quick first-steps tutorial can be found in the <a
11-
href="https://github.com/cliffordwolf/yosys/blob/master/README.md">README file</a>.</p>
11+
href="https://github.com/YosysHQ/yosys/blob/master/README.md">README file</a>.</p>
1212

1313
<p>The Yosys manual can be downloaded <a href="files/yosys_manual.pdf">here</a> (PDF).</p>
1414

1515
<h2>Support</h2>
1616

1717
The best places to ask questions are the <a
18-
href="http://www.reddit.com/r/yosys/">Yosys Subreddit</a>, <a
19-
href="http://stackoverflow.com/questions/tagged/yosys">Stack Overflow</a> and
20-
<a href="http://webchat.freenode.net/?channels=yosys">#yosys on freenode</a>.
18+
href="https://join.slack.com/t/yosyshq/shared_invite/zt-oe2nxfpv-BJd_9CZpkk_MoTT0s88GcA">YosysHQ Community Slack</a>
19+
and <a href="https://web.libera.chat/#yosys">#yosys on Libera Chat</a>.
2120

2221
The best place to report a bug is on <a
23-
href="https://github.com/cliffordwolf/yosys/issues/new">GitHub</a>.
22+
href="https://github.com/YosysHQ/yosys/issues/new">GitHub</a>.
2423

2524
<h2>Presentation Slides</h2>
2625

templates/header.in

+3-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@
1515
<a class="nav@download@" href="download.html">Download</a>
1616
<a class="nav@links@" href="links.html">Links</a>
1717
<a class="nav@donate@_donate" href="donate.html">Donate</a>
18-
<a class="navX" href="http://www.reddit.com/r/yosys/">Reddit</a>
19-
<a class="navX" href="http://webchat.freenode.net/?channels=yosys">IRC (Freenode)</a>
20-
<a class="navX" href="http://stackoverflow.com/questions/tagged/yosys">Stack Overflow</a>
21-
<a class="navX" href="https://github.com/cliffordwolf/yosys">GitHub</a>
18+
<a class="navX" href="https://join.slack.com/t/yosyshq/shared_invite/zt-oe2nxfpv-BJd_9CZpkk_MoTT0s88GcA">YosysHQ Community Slack</a>
19+
<a class="navX" href="https://web.libera.chat/#yosys">IRC (Libera Chat)</a>
20+
<a class="navX" href="https://github.com/YosysHQ/yosys">GitHub</a>
2221
<br/>
2322
<b>Related Projects:</b><br/>
2423
<a class="nav@vloghammer@" href="vloghammer.html">VlogHammer</a>

0 commit comments

Comments
 (0)