Skip to content

Commit c13fb98

Browse files
authored
Applied updates from comments in #348 (#350)
* Use shared alias instead of link Conforming to existing style with some noted reservations #348 (comment). * Fix fir tutorial link * Fix .NET capitalization
1 parent db1c8c9 commit c13fb98

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $ git push heroku main
3838
$ heroku open
3939
```
4040

41-
### Deploy on [Fir](https://devcenter.heroku.com/articles/generations#fir)
41+
### Deploy on [Fir][fir]
4242

4343
By default, apps on [Fir][fir] use 1X-Classic dynos. To create an app on [Fir][fir] you'll need to
4444
[create a private space](https://devcenter.heroku.com/articles/working-with-private-spaces#create-a-private-space)

views/pages/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
To deploy your own copy, and learn the fundamentals of the Heroku platform, head over to either of the following tutorials:
2626
<ul>
2727
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-nodejs" class="alert-link">Getting Started on Heroku with Node.js</a></li>
28-
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-nodejs" class="alert-link">Getting Started on Heroku Fir with Node.js</a></li>
28+
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-nodejs-fir" class="alert-link">Getting Started on Heroku Fir with Node.js</a></li>
2929
</ul>
3030
</div>
3131
<hr>
@@ -43,7 +43,7 @@
4343
<h3><span class="glyphicon glyphicon-link"></span> Next Steps</h3>
4444
<ul>
4545
<li>If you are following the <a href="https://devcenter.heroku.com/articles/getting-started-with-nodejs" class="alert-link">Getting Started on Heroku with Node.js</a> or
46-
<a href="https://devcenter.heroku.com/articles/getting-started-with-nodejs" class="alert-link">Getting Started on Heroku Fir with Node.js</a> guide,
46+
<a href="https://devcenter.heroku.com/articles/getting-started-with-nodejs-fir" class="alert-link">Getting Started on Heroku Fir with Node.js</a> guide,
4747
then please head back to the tutorial and follow the next steps!</li>
4848
</ul>
4949
<h3><span class="glyphicon glyphicon-link"></span> Helpful Links</h3>

views/partials/nav.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-clojure">Getting Started on Heroku with Clojure</a></li>
1919
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-scala">Getting Started on Heroku with Scala</a></li>
2020
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-go">Getting Started on Heroku with Go</a></li>
21-
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-dotnet">Getting Started on Heroku with .Net</a></li>
21+
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-dotnet">Getting Started on Heroku with .NET</a></li>
2222
<li class="divider"></li>
2323
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-heroku-and-connect-without-local-dev">Getting Started on Heroku with Heroku Connect</a></li>
2424
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-jruby">Getting Started on Heroku with Ruby (Microsoft Windows)</a></li>
@@ -36,7 +36,7 @@
3636
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-clojure-fir">Getting Started on Heroku Fir with Clojure</a></li>
3737
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-scala-fir">Getting Started on Heroku Fir with Scala</a></li>
3838
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-go-fir">Getting Started on Heroku Fir with Go</a></li>
39-
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-dotnet-fir">Getting Started on Heroku Fir with .Net</a></li>
39+
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-dotnet-fir">Getting Started on Heroku Fir with .NET</a></li>
4040
<li class="divider"></li>
4141
<li><a href="https://devcenter.heroku.com/articles/getting-started-with-heroku-and-connect-without-local-dev">Getting Started on Heroku with Heroku Connect</a></li>
4242
</ul>

0 commit comments

Comments
 (0)