doc: switch to treefmt.com domain

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-13 10:20:22 +01:00
parent 97e94ba848
commit c815a21f8d
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ repository:
description: one CLI to format your repo
# A URL with more information about the repository
homepage: "https://numtide.github.io/treefmt/"
homepage: "https://treefmt.com"
# A comma-separated list of topics to set on the repository
topics: "cli, formatter, unifies"

View File

@ -121,7 +121,7 @@ For instance, you can go for:
- gofmt for Golang
- Prettier for JavaScript/HTML/CSS
Find the full list of supported formatters [here](https://numtide.github.io/treefmt/configure.html#supported-formatters).
Find the full list of supported formatters [here](https://treefmt.com/configure.html#supported-formatters).
## Upcoming features
@ -183,7 +183,7 @@ Unless explicitly stated otherwise, any contribution intentionally submitted for
[Rust]: https://www.rust-lang.org/
[Go]: https://go.dev/
[Toml]: https://toml.io/en/
[docs]: https://numtide.github.io/treefmt/
[docs]: https://treefmt.com
[nix]: https://github.com/NixOS/nix
[nixpkgs-fmt]: https://github.com/nix-community/nixpkgs-fmt
[clang-format]: https://clang.llvm.org/docs/ClangFormat.html

View File

@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/treefmt/',
base: '/',
title: "Treefmt",
description: "one CLI to format your repo",

View File

@ -8,7 +8,7 @@ This file contains instructions that will help you make a contribution.
## Licensing
The `treefmt` binaries and this user guide are licensed under the [MIT license](https://numtide.github.io/treefmt/LICENSE.html).
The `treefmt` binaries and this user guide are licensed under the [MIT license](https://github.com/numtide/treefmt/blob/main/LICENSE).
## Before you contribute