You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use shared alias instead of link
Conforming to existing style with some noted reservations #348 (comment).
* Fix fir tutorial link
* Fix .NET capitalization
Copy file name to clipboardExpand all lines: views/pages/index.ejs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
To deploy your own copy, and learn the fundamentals of the Heroku platform, head over to either of the following tutorials:
26
26
<ul>
27
27
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-nodejs"class="alert-link">Getting Started on Heroku with Node.js</a></li>
28
-
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-nodejs"class="alert-link">Getting Started on Heroku Fir with Node.js</a></li>
28
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-nodejs-fir"class="alert-link">Getting Started on Heroku Fir with Node.js</a></li>
29
29
</ul>
30
30
</div>
31
31
<hr>
@@ -43,7 +43,7 @@
43
43
<h3><spanclass="glyphicon glyphicon-link"></span> Next Steps</h3>
44
44
<ul>
45
45
<li>If you are following the <ahref="https://devcenter.heroku.com/articles/getting-started-with-nodejs"class="alert-link">Getting Started on Heroku with Node.js</a> or
46
-
<ahref="https://devcenter.heroku.com/articles/getting-started-with-nodejs"class="alert-link">Getting Started on Heroku Fir with Node.js</a> guide,
46
+
<ahref="https://devcenter.heroku.com/articles/getting-started-with-nodejs-fir"class="alert-link">Getting Started on Heroku Fir with Node.js</a> guide,
47
47
then please head back to the tutorial and follow the next steps!</li>
Copy file name to clipboardExpand all lines: views/partials/nav.ejs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-clojure">Getting Started on Heroku with Clojure</a></li>
19
19
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-scala">Getting Started on Heroku with Scala</a></li>
20
20
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-go">Getting Started on Heroku with Go</a></li>
21
-
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-dotnet">Getting Started on Heroku with .Net</a></li>
21
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-dotnet">Getting Started on Heroku with .NET</a></li>
22
22
<liclass="divider"></li>
23
23
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-heroku-and-connect-without-local-dev">Getting Started on Heroku with Heroku Connect</a></li>
24
24
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-jruby">Getting Started on Heroku with Ruby (Microsoft Windows)</a></li>
@@ -36,7 +36,7 @@
36
36
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-clojure-fir">Getting Started on Heroku Fir with Clojure</a></li>
37
37
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-scala-fir">Getting Started on Heroku Fir with Scala</a></li>
38
38
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-go-fir">Getting Started on Heroku Fir with Go</a></li>
39
-
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-dotnet-fir">Getting Started on Heroku Fir with .Net</a></li>
39
+
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-dotnet-fir">Getting Started on Heroku Fir with .NET</a></li>
40
40
<liclass="divider"></li>
41
41
<li><ahref="https://devcenter.heroku.com/articles/getting-started-with-heroku-and-connect-without-local-dev">Getting Started on Heroku with Heroku Connect</a></li>
0 commit comments