We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3100b56 commit f6c72edCopy full SHA for f6c72ed
website/index.html
@@ -164,7 +164,7 @@ <h3 id="license">License</h3>
164
<li><a href="#license">License</a></li>
165
</ul>
166
<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>
+ <li><a href="http://stackoverflow.com/questions/tagged/spoon?sort=active">StackOverflow</a></li>
168
<li><a href="sample/index.html">Sample Output</a></li>
169
170
</div>
@@ -189,7 +189,7 @@ <h3 id="license">License</h3>
189
190
// Spy on scroll position for real-time updating of current section.
191
$('body').scrollspy();
192
-
+
193
// Use smooth-scroll for internal links.
194
$('a').smoothScroll();
195
0 commit comments