doc: change project url to github.com/numtide/treefmt.go

Signed-off-by: Brian McGee <brian@bmcgee.ie>
This commit is contained in:
Brian McGee 2024-05-03 13:30:40 +01:00
parent b01ea779aa
commit 926c1b2039
No known key found for this signature in database
GPG Key ID: D49016E76AD1E8C0
4 changed files with 6 additions and 6 deletions

View File

@ -30,11 +30,11 @@ export default defineConfig({
],
socialLinks: [
{ icon: 'github', link: 'https://git.numtide.com/numtide/treefmt' }
{ icon: 'github', link: 'https://https://github.com/numtide/treefmt.go' }
],
footer: {
message: 'Released under the <a href="https://git.numtide.com/numtide/treefmt/src/branch/main/LICENSE.md">MIT License</a>.',
message: 'Released under the <a href="https://https://github.com/numtide/treefmt.go/src/branch/main/LICENSE.md">MIT License</a>.',
copyright: "Copyright © 2024-present Treefmt Contributors"
}
}

View File

@ -12,14 +12,14 @@ The `treefmt` binaries and this user guide are licensed under the [MIT license](
## Before you contribute
Here you can take a look at the [existing issues](https://github.com/numtide/treefmt/issues). Feel free to contribute, but make sure you have a
Here you can take a look at the [existing issues](https://github.com/numtide/treefmt.go/issues). Feel free to contribute, but make sure you have a
[GitHub account](https://github.com/join) first :slightly_smiling_face:.
If you're new to open source, please read GitHub's guide on [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/). It's a quick read,
and it's a great way to introduce yourself to how things work behind the scenes in open-source projects.
Before sending a pull request, make sure that you've read all the guidelines. If you don't understand something, please
[state your question clearly in an issue](https://github.com/numtide/treefmt/issues/new) or ask the community on the [treefmt matrix server](https://matrix.to/#/#treefmt:numtide.com).
[state your question clearly in an issue](https://github.com/numtide/treefmt.go/issues/new) or ask the community on the [treefmt matrix server](https://matrix.to/#/#treefmt:numtide.com).
## Creating an issue

View File

@ -11,7 +11,7 @@ There are two options to install `treefmt`:
## Installing with a binary file
You can find the list of the latest binaries [here](https://github.com/numtide/treefmt/releases).
You can find the list of the latest binaries [here](https://github.com/numtide/treefmt.go/releases).
## Building from source

View File

@ -1,5 +1,5 @@
{
description = "Treefmt";
description = "Treefmt: once CLI to format your repo";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";