We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd406a commit ac1daf6Copy full SHA for ac1daf6
.gitignore
@@ -33,3 +33,5 @@ dist/*
33
!dist/download/version.json
34
!dist/books/media.zip
35
!dist/learn/books/media.zip
36
+
37
+node_modules
src/templates/pages/learn/tutorial-guide.hbs
@@ -25,7 +25,7 @@ slug: learn/
25
<h2>{{#i18n "writing-a-tutorial-how-start-title"}}{{/i18n}}</h2>
26
<ul class="list_view">
27
<li>
28
- {{#i18n "writing-a-tutorial-how-start-1"}}{{/i18n}}<a href="https://docs.google.com/spreadsheets/d/1sh3IwcCUY4Bm8N4fRZw6CwSDdQmmXgY_awjVj-UC8mo/edit#gid=0">{{#i18n "writing-a-tutorial-how-start-2"}}{{/i18n}}</a>
+ {{#i18n "writing-a-tutorial-how-start-1"}}{{/i18n}}
29
{{#i18n "writing-a-tutorial-how-start-3"}}{{/i18n}}
30
</li>
31
0 commit comments