Skip to content

Commit

Permalink
change http links to https in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Oct 29, 2023
1 parent e946587 commit 80d4abe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/templates/src/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ console.log(hanoi(3, 'left', 'right', 'mid')
== Just the beginning...

[%build]
* Edit http://asciidoctor.org[AsciiDoc] markup in [.path]_src/index.adoc_
* Edit http://stylus-lang.com[Stylus] styles in [.path]_src/styles/user.styl_
* Edit https://asciidoctor.org[AsciiDoc] markup in [.path]_src/index.adoc_
* Edit https://stylus-lang.com[Stylus] styles in [.path]_src/styles/user.styl_
* Edit JavaScript in [.path]_src/scripts/main.js_

[.build]
Expand Down
2 changes: 1 addition & 1 deletion app/templates/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3>Powered by <a href="https://github.com/bespokejs/bespoke-hash">bespoke-hash<
<h2>Just the beginning…</h2><br>
<ul class="build build-items">
<li>Edit HTML markup in <em class="path">src/index.html</em></li>
<li>Edit <a href="http://stylus-lang.com">Stylus</a> styles in <em class="path">src/styles/user.styl</em></li>
<li>Edit <a href="https://stylus-lang.com">Stylus</a> styles in <em class="path">src/styles/user.styl</em></li>
<li>Edit JavaScript in <em class="path">src/scripts/main.js</em></li>
</ul>
<br>
Expand Down
2 changes: 1 addition & 1 deletion app/templates/src/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ html
h2.bullet Just the beginning…
ul.build.build-items
li Edit <a href="https://pugjs.org">Pug (formerly Jade)</a> markup in <em class="path">src/index.pug</em>
li Edit <a href="http://stylus-lang.com">Stylus</a> styles in <em class="path">src/styles/user.styl</em>
li Edit <a href="https://stylus-lang.com">Stylus</a> styles in <em class="path">src/styles/user.styl</em>
li Edit JavaScript in <em class="path">src/scripts/main.js</em>
br
ul.build
Expand Down
2 changes: 1 addition & 1 deletion app/templates/src/styles/user.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Put your custom styles here!

// New to Stylus? Check out http://learnboost.github.io/stylus
// New to Stylus? Check out https://stylus-lang.com
// You can use modern CSS thanks to Autoprefixer: https://github.com/ai/autoprefixer

0 comments on commit 80d4abe

Please sign in to comment.