Skip to content

Commit a6a026f

Browse files
authored
Add url and update default redirect value
1 parent 6655acb commit a6a026f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎_config.yml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ title: "GitHub Cheatsheets"
1010
title_separator: "-"
1111
name: "GitHub, Inc."
1212
description:
13+
url: "https://training.github.com"
1314
baseurl: # the subpath of your site, e.g. "/blog"
1415
gh_repo: github/training-kit
1516
teaser: # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
@@ -82,4 +83,4 @@ defaults:
8283
values:
8384
lang: "en"
8485
redirect_to:
85-
- https://lab.github.com
86+
- https://training.github.com

0 commit comments

Comments
(0)