10000 Bugfix to the SIP toolbar, added link to Google Docs on String Interp… · odersky/scala.github.com@db16052 · GitHub
[go: up one dir, main page]

Skip to content

Commit db16052

Browse files
Heather MillerHeather Miller
authored andcommitted
Bugfix to the SIP toolbar, added link to Google Docs on String Interpolation SIP.
1 parent b9f985b commit db16052

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

_includes/sips-topbar.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<div class="topbar" >
44
<div class="topbar-inner">
55
<div class="container">
6-
<a class="brand" href="{{ site.baseurl }}/sips.new/index.html"><img src="{{ site.baseurl }}/resources/images/scala-logo.png"> Improvement Process</a>
6+
<a class="brand" href="{{ site.baseurl }}/sips/index.html"><img src="{{ site.baseurl }}/resources/images/scala-logo.png"> Improvement Process</a>
77
<ul class="nav">
8-
<li><a href="{{ site.baseurl }}/sips.new/sip-submission.html">Submitting a new SIP</a></li>
9-
<li><a href="{{ site.baseurl }}/sips.new/sip-list.html">SIP List</a></li>
10-
<li><a href="{{ site.baseurl }}/sips.new/sip-tutorial.html">Tutorial: Writing a SIP</a></li>
8+
<li><a href="{{ site.baseurl }}/sips/sip-submission.html">Submitting a new SIP</a></li>
9+
<li><a href="{{ site.baseurl }}/sips/sip-list.html">SIP List</a></li>
10+
<li><a href="{{ site.baseurl }}/sips/sip-tutorial.html">Tutorial: Writing a SIP</a></li>
1111
<li><a href="https://groups.google.com/forum/#!forum/scala-sips">Mailing List</a></li>
1212
</ul>
1313
</div>

sips/pending/_posts/2011-10-13-string-interpolation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ This SIP is an embedded google document.
1010
<iframe
1111
src="https://docs.google.com/document/d/1NdxNxZYodPA-c4MLr33KzwzKFkzm9iW9POexT9PkJsU/edit?hl=en_US"
1212
style="width:800px;height:600px;"></iframe>
13+
14+
If you have trouble with this embedded document, you can [visit the
15+
document on Google Docs](https://docs.google.com/document/d/1NdxNxZYodPA-c4MLr33KzwzKFkzm9iW9POexT9PkJsU/edit?hl=en_US).

0 commit comments

Comments
 (0)
0