Skip to content

Commit

Permalink
docs: update readme with correct site domain
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Oct 13, 2021
1 parent 2cb7332 commit 0f1c930
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[cachix]: https://amazonka.cachix.org
[cachix-badge]: https://img.shields.io/badge/cachix-amazonka-purple.svg

[Amazonka]: https://brendanhay.github.io/amazonka
[Amazonka]: https://www.brendanhay.nz/amazonka
[Nix]: https://nixos.org/nix/
[Bazel]: https://bazel.build
[Bazel labels]: https://docs.bazel.build/versions/4.1.0/build-ref.html#labels
Expand Down Expand Up @@ -164,7 +164,7 @@ The [docs](docs) Bazel package contains the Haddock target and Hugo static site
bazel build //docs:site
```

Alternatively, you can serve it on `http://localhost:1313/amazonka` by running:
Alternatively, you can serve the documentation site locally on `http://localhost:1313` by running:

```bash
bazel build //docs:serve
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title = "Amazonka"
theme = "theme"
baseURL = "https://brendanhay.github.io/amazonka"
baseURL = "https://amazonka.brendanhay.nz"
metaDataFormat = "yaml"
defaultContentLanguage = "en"
disablePathToLower = true
Expand Down
2 changes: 1 addition & 1 deletion docs/content/documentation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ weight: 10
disableToc: true
---

![Magic](/amazonka/documentation/images/magic.gif)
![Magic](/documentation/images/magic.gif)
1 change: 1 addition & 0 deletions docs/static/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
amazonka.brendanhay.nz

0 comments on commit 0f1c930

Please sign in to comment.