Merge pull request #2209 from travier/docs-fixup

docs: Fix URL in Jekyll _config.yml
This commit is contained in:
OpenShift Merge Robot 2020-10-05 21:50:00 +02:00 committed by GitHub
commit 0462de63a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/