Merge pull request #2209 from travier/docs-fixup
docs: Fix URL in Jekyll _config.yml
This commit is contained in:
commit
0462de63a1
|
|
@ -1,7 +1,7 @@
|
||||||
title: ostreedev/ostree
|
title: ostreedev/ostree
|
||||||
description: ostree documentation
|
description: ostree documentation
|
||||||
baseurl: "/ostree"
|
baseurl: "/ostree"
|
||||||
url: "https://coreos.github.io"
|
url: "https://ostreedev.github.io"
|
||||||
# Comment above and use below for local development
|
# Comment above and use below for local development
|
||||||
# url: "http://localhost:4000"
|
# url: "http://localhost:4000"
|
||||||
permalink: /:title/
|
permalink: /:title/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue