Skip to content

Commit 1d59d73

Browse files
authored
Merge pull request #31 from obfuscurity/fix/support_info
Update support links
2 parents 5b162fd + d84161e commit 1d59d73

6 files changed

Lines changed: 64 additions & 42 deletions

File tree

Gemfile.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.0.0)
5-
concurrent-ruby (~> 1.0, >= 1.0.2)
4+
activesupport (4.2.7)
65
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
89
tzinfo (~> 1.1)
910
addressable (2.4.0)
1011
coffee-script (2.4.1)
1112
coffee-script-source
1213
execjs
1314
coffee-script-source (1.10.0)
1415
colorator (0.1)
15-
concurrent-ruby (1.0.2)
1616
ethon (0.9.0)
1717
ffi (>= 1.3.0)
1818
execjs (2.7.0)
1919
faraday (0.9.2)
2020
multipart-post (>= 1.2, < 3)
2121
ffi (1.9.14)
2222
gemoji (2.1.0)
23-
github-pages (86)
23+
github-pages (88)
24+
activesupport (= 4.2.7)
2425
github-pages-health-check (= 1.1.0)
2526
jekyll (= 3.1.6)
2627
jekyll-coffeescript (= 1.0.1)
@@ -29,7 +30,7 @@ GEM
2930
jekyll-github-metadata (= 2.0.2)
3031
jekyll-mentions (= 1.1.3)
3132
jekyll-paginate (= 1.1.0)
32-
jekyll-redirect-from (= 0.10.0)
33+
jekyll-redirect-from (= 0.11.0)
3334
jekyll-sass-converter (= 1.3.0)
3435
jekyll-seo-tag (= 2.0.0)
3536
jekyll-sitemap (= 0.10.0)
@@ -71,14 +72,14 @@ GEM
7172
html-pipeline (~> 2.3)
7273
jekyll (~> 3.0)
7374
jekyll-paginate (1.1.0)
74-
jekyll-redirect-from (0.10.0)
75+
jekyll-redirect-from (0.11.0)
7576
jekyll (>= 2.0)
7677
jekyll-sass-converter (1.3.0)
7778
sass (~> 3.2)
7879
jekyll-seo-tag (2.0.0)
7980
jekyll (~> 3.1)
8081
jekyll-sitemap (0.10.0)
81-
jekyll-watch (1.4.0)
82+
jekyll-watch (1.5.0)
8283
listen (~> 3.0, < 3.1)
8384
jemoji (0.6.2)
8485
gemoji (~> 2.0)
@@ -126,7 +127,7 @@ PLATFORMS
126127
ruby
127128

128129
DEPENDENCIES
129-
github-pages (= 86)
130+
github-pages (= 88)
130131
json
131132
scss_lint
132133

_includes/page-footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ <h3 class="section-subhead">Get in Touch</h3>
1010
<a class="links-list__link" href="http://graphite.readthedocs.org/en/latest/">Documentation</a>
1111
</li>
1212
<li class="links-list__item">
13-
<a class="links-list__link" href="https://answers.launchpad.net/graphite" target="_blank">Launchpad Answers</a>
13+
<a class="links-list__link" href="http://stackexchange.com/filters/27311/graphite" target="_blank">StackExchange</a>
1414
</li>
1515
<li class="links-list__item">
16-
<a class="links-list__link" href="http://irc.netsplit.de/channels/details.php?room=%23graphite&net=freenode" target="_blank">irc channel</a>
16+
<a class="links-list__link" href="http://irc.netsplit.de/channels/details.php?room=%23graphite&net=freenode" target="_blank">IRC channel</a>
1717
</li>
1818
<li class="links-list__item">
19-
<a class="links-list__link" href="https://github.com/graphite-project" target="_blank">github projects</a>
19+
<a class="links-list__link" href="https://github.com/graphite-project" target="_blank">GitHub projects</a>
2020
</li>
2121
<li class="links-list__item">
2222
<a class="links-list__link" href="http://shop.oreilly.com/product/0636920035794.do" target="_blank">Buy the Graphite book</a>
@@ -47,7 +47,7 @@ <h3 class="section-subhead">Get in Touch</h3>
4747
<a class="links-list__link" href="/quick-start-guides/" target="_blank"><strong>Quick Start Guides</strong></a>
4848
</li>
4949
<li class="links-list__item">
50-
<a class="links-list__link" href="https://answers.launchpad.net/graphite" target="_blank"><strong>Support</strong></a>
50+
<a class="links-list__link" href="http://stackexchange.com/filters/27311/graphite" target="_blank"><strong>Support</strong></a>
5151
</li>
5252
</ul> -->
5353
</div>

_includes/page-header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<a class="site-nav__link" href="http://graphite.readthedocs.org/en/latest/" target="_blank">Docs</a>
2323
</li>
2424
<li class="site-nav__item">
25-
<a class="site-nav__link" href="https://answers.launchpad.net/graphite" target="_blank">Support</a>
25+
<a class="site-nav__link" href="http://stackexchange.com/filters/27311/graphite" target="_blank">Support</a>
2626
</li>
2727
</ul>
2828
<ul class="site-nav__actions">

css/styles.css

Lines changed: 46 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,11 @@ <h3 class="section-subhead">Github Projects</h3>
230230
<div class="wrapper">
231231
<h2 class="section-header">Questions for Graphite?</h2>
232232
<hr class="hr">
233-
<h3 class="section-subhead">Ask a question, or browse through the community board and FAQs to find your answer.</h3>
233+
<h3 class="section-subhead">Ask a question, browse through the documentation, or open a GitHub issue to find your answer.</h3>
234234
<ul class="btn-group">
235-
<li class="btn-group__item"><a class="btn btn--outline-deep" href="https://answers.launchpad.net/graphite" target="_blank">Launchpad Community Support</a></li>
235+
<li class="btn-group__item"><a class="btn btn--outline-deep" href="http://stackexchange.com/filters/27311/graphite" target="_blank">StackExchange Community Support</a></li>
236236
<li class="btn-group__item"><a class="btn btn--outline-deep" href="http://graphite.readthedocs.org/en/latest/" target="_blank">Read the Official Documentation</a></li>
237+
<li class="btn-group__item"><a class="btn btn--outline-deep" href="https://github.com/graphite-project/graphite-web/issues/new" target="_blank">Open a GitHub Issue</a></li>
237238
</ul>
238239
</div>
239240
</div>

0 commit comments

Comments
 (0)