docs: Fix URL in Jekyll _config.yml
This commit is contained in:
parent
13290a070c
commit
0bbd89e326
|
|
@ -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