docs: Fix URL in Jekyll _config.yml

This commit is contained in:
Timothée Ravier 2020-10-05 21:10:31 +02:00
parent 13290a070c
commit 0bbd89e326
No known key found for this signature in database
GPG Key ID: 241FDC14DC3654CB
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/