From 22ddbe340ddfe0ffe8a52d9b84cc7beb7858c6fc Mon Sep 17 00:00:00 2001 From: Hunter Date: Fri, 24 Jun 2022 10:47:08 -0400 Subject: [PATCH] Expand deprecated git.io links to full url (#1611) --- source/index.html.md | 2 +- source/stylesheets/_normalize.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.html.md b/source/index.html.md index db24627..71997cf 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -1,7 +1,7 @@ --- title: API Reference -language_tabs: # must be one of https://git.io/vQNgJ +language_tabs: # must be one of https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers - shell - ruby - python diff --git a/source/stylesheets/_normalize.scss b/source/stylesheets/_normalize.scss index 46f646a..a38db2a 100644 --- a/source/stylesheets/_normalize.scss +++ b/source/stylesheets/_normalize.scss @@ -1,4 +1,4 @@ -/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ +/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */ /** * 1. Set default font family to sans-serif.