Skip to content

Commit f6c72ed

Browse files
JakeWhartonbrnhffmnn
authored andcommitted
Deprecate G+ community in favor of StackOverflow.
1 parent 3100b56 commit f6c72ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3 id="license">License</h3>
164164
<li><a href="#license">License</a></li>
165165
</ul>
166166
<ul class="nav nav-pills nav-stacked secondary">
167-
<li><a href="https://plus.google.com/communities/109244258569782858265/stream/c958038c-58cb-4250-b2ff-676db4028b6b">Google+ Community</a></li>
167+
<li><a href="http://stackoverflow.com/questions/tagged/spoon?sort=active">StackOverflow</a></li>
168168
<li><a href="sample/index.html">Sample Output</a></li>
169169
</ul>
170170
</div>
@@ -189,7 +189,7 @@ <h3 id="license">License</h3>
189189

190190
// Spy on scroll position for real-time updating of current section.
191191
$('body').scrollspy();
192-
192+
193193
// Use smooth-scroll for internal links.
194194
$('a').smoothScroll();
195195

0 commit comments

Comments
 (0)