From 80d4abe1a3be89ed5c981beb2775869b587a6ec3 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 29 Oct 2023 14:43:45 -0600 Subject: [PATCH] change http links to https in templates --- app/templates/src/index.adoc | 4 ++-- app/templates/src/index.html | 2 +- app/templates/src/index.pug | 2 +- app/templates/src/styles/user.styl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/src/index.adoc b/app/templates/src/index.adoc index d3c830d..b2f0a31 100644 --- a/app/templates/src/index.adoc +++ b/app/templates/src/index.adoc @@ -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] diff --git a/app/templates/src/index.html b/app/templates/src/index.html index 3a88f47..8b12e89 100644 --- a/app/templates/src/index.html +++ b/app/templates/src/index.html @@ -74,7 +74,7 @@

Powered by bespoke-hash<

Just the beginning…



diff --git a/app/templates/src/index.pug b/app/templates/src/index.pug index e2dd0b9..4bc7eec 100644 --- a/app/templates/src/index.pug +++ b/app/templates/src/index.pug @@ -66,7 +66,7 @@ html h2.bullet Just the beginning… ul.build.build-items li Edit Pug (formerly Jade) markup in src/index.pug - li Edit Stylus styles in src/styles/user.styl + li Edit Stylus styles in src/styles/user.styl li Edit JavaScript in src/scripts/main.js br ul.build diff --git a/app/templates/src/styles/user.styl b/app/templates/src/styles/user.styl index 42bbd7e..17ee1f8 100644 --- a/app/templates/src/styles/user.styl +++ b/app/templates/src/styles/user.styl @@ -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