Skip to content

Commit

Permalink
fix: Publish docs under github.io domain (#591)
Browse files Browse the repository at this point in the history
It's taking a while to get the domain fixed for this new org.
  • Loading branch information
Callisto13 authored Nov 17, 2022
1 parent 4cf1378 commit bd29de3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ Contributors are also welcome to backfill ADRs if they are found to be missing.

# :rocket: :tada: Thanks for reading! :tada: :rocket:

[user-docs]: https://docs.flintlock.dev/
[user-docs]: https://weaveworks-liquidmetal.github.io/flintlock/
[slack-channel]: https://weave-community.slack.com/archives/C02KARWGR7S
[quick-start]: ./docs/quick-start.md
[discussions]: https://github.com/weaveworks-liquidmetal/flintlock/discussions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The table below shows you which versions of Firecracker are compatible with Flin

[MPL-2.0 License][license]

[quickstart]: https://docs.flintlock.dev/docs/category/getting-started
[quickstart]: https://weaveworks-liquidmetal.github.io/flintlock/docs/category/getting-started/
[contrib]: ./CONTRIBUTING.md
[coc]: ./CODE_OF_CONDUCT.md
[issues]: https://github.com/weaveworks-liquidmetal/flintlock/issues
Expand Down
2 changes: 1 addition & 1 deletion docs/image-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This doc has been superseded by the [published docs][site].

[site]: https://docs.flintlock.dev/docs/guides/images
[site]: https://weaveworks-liquidmetal.github.io/flintlock/docs/guides/images
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

This doc has been superseded by the [published docs][site].

[site]: https://docs.flintlock.dev/
[site]: https://weaveworks-liquidmetal.github.io/flintlock/
2 changes: 1 addition & 1 deletion flintlockd.service
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

[Unit]
Description=flintlock microvm service
Documentation=https://docs.flintlock.dev/
Documentation=https://weaveworks-liquidmetal.github.io/flintlock/
Requires=containerd.service

[Service]
Expand Down
8 changes: 4 additions & 4 deletions userdocs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Flintlock',
tagline: ' Lock, Stock, and Two Smoking MicroVMs. Create and manage the lifecycle of MicroVMs backed by containerd.',
url: 'https://docs.flintlock.dev/',
baseUrl: '/',
url: 'https://weaveworks-liquidmetal.github.io',
baseUrl: '/flintlock/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'weaveworks',
organizationName: 'weaveworks-liquidmetal',
projectName: 'flintlock',
trailingSlash: false,
trailingSlash: true,

presets: [
[
Expand Down

0 comments on commit bd29de3

Please sign in to comment.