Skip to content

Commit 9a5db3e

Browse files
authored
Merge pull request #29 from stackb/gh-pages-fix
Fix github page links
2 parents 0512f21 + 82e9440 commit 9a5db3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ title: bazel-stack-vscode
1717
logo: /logos/stack-build.png
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
bazel-stack-vscode documentation site
20-
baseurl: "/" # the subpath of your site, e.g. /blog
21-
url: "https://stackb.github.io/bazel-stack-vscode" # the base hostname & protocol for your site, e.g. http://example.com
20+
baseurl: "/bazel-stack-vscode" # the subpath of your site, e.g. /blog
21+
url: "https://stackb.github.io" # the base hostname & protocol for your site, e.g. http://example.com
2222
gitweb: "https://github.com/stackb/bazel-stack-vscode/blob/master"
2323

2424
# Build settings

0 commit comments

Comments
 (0)