Skip to content

Commit bad8a73

Browse files
committed
fix(docs+controller): update botbot.me and stackoverflow links
1 parent f5e6b10 commit bad8a73

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

controller/web/templates/web/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
</ul>
4747
<div class="social-menu">
4848
<a href="https://twitter.com/opendeis" target="_blank"><span class="twitter"></span></a>
49-
<a href="http://freenode.net" target="_blank"><span class="irc"></span></a>
49+
<a href="https://botbot.me/freenode/deis/" target="_blank"><span class="irc"></span></a>
5050
<a href="https://github.com/deis/deis" target="_blank"><span class="github"></span></a>
51-
<a href="http://stackoverflow.com/" target="_blank"><span class="stack"></span></a>
51+
<a href="http://stackoverflow.com/questions/tagged/deis?sort=active" target="_blank"><span class="stack"></span></a>
5252
</div>
5353
<div class="byline-menu">
5454
<span class="cloud-logo"></span>

controller/web/templates/web/support.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>Support</h1>
88
<h2>IRC</h2>
99
<p>
1010
Join the Deis core developers and user community on the <strong>#deis</strong>
11-
channel at <a href="http://freenode.net">freenode.net</a>. All questions
11+
<a href="https://botbot.me/freenode/deis/">IRC channel</a> on freenode.net. All questions
1212
are welcome, and the core Deis developers make every effort to be available.
1313
</p>
1414
<h2>GitHub</h2>
@@ -22,7 +22,7 @@ <h2>StackOverflow</h2>
2222
<p>
2323
Questions about Deis, Docker, and PaaS systems in general receive expert
2424
answers from a large developer community at
25-
<a href="http://stackoverflow.com/">StackOverflow</a>.
25+
<a href="http://stackoverflow.com/questions/tagged/deis?sort=active">StackOverflow</a>.
2626
</p>
2727
</div>
2828
{% endblock %}

docs/theme/deis/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
<footer>
7272
<div class="social-menu">
7373
<a href="https://twitter.com/opendeis" target="_blank"><span class="twitter"></span></a>
74-
<a href="http://freenode.net" target="_blank"><span class="irc"></span></a>
74+
<a href="https://botbot.me/freenode/deis/" target="_blank"><span class="irc"></span></a>
7575
<a href="https://github.com/deis/deis" target="_blank"><span class="github"></span></a>
76-
<a href="http://stackoverflow.com/" target="_blank"><span class="stack"></span></a>
76+
<a href="http://stackoverflow.com/questions/tagged/deis?sort=active" target="_blank"><span class="stack"></span></a>
7777
</div>
7878

7979
<div class="byline-menu">

0 commit comments

Comments
 (0)