Skip to content

Commit 52f45f8

Browse files
committed
Fix broken golangci-lint docs link
1 parent 26f8a7e commit 52f45f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ wails build
8484

8585
### Linting
8686

87-
Install `golangci-lint` via the directions [here](https://golangci-lint.run/usage/install/#local-installation),
88-
but make sure to install the version specified in `.github/workflows/push.yaml` instead of whatever it suggests.
87+
Install `golangci-lint` via the directions [in the Golangci-lint documentation](https://golangci-lint.run/docs/welcome/install/#local-installation),
88+
but make sure to install the version specified in [`.github/workflows/push.yaml`](./.github/workflows/push.yml) instead of whatever it suggests.
8989

9090
Then, to run it, use:
9191

@@ -107,7 +107,7 @@ SMM handles localization through the Tolgee Svelte integration.
107107
This allows for [in-context translation](https://tolgee.io/js-sdk/) - simply alt-click on a translatable element to open the Tolgee interface.
108108

109109
In order to edit translations in-context, you will need to provide a tolgee API key with edit permissions.
110-
You can create an API key for yourself [here](https://translate.ficsit.app/projects/4/integrate) once you're added to the project.
110+
You can create an API key for yourself [in our Tolgee instance](https://translate.ficsit.app/projects/4/integrate) once you're added to the project.
111111
To supply this API key at development time, create or edit `/frontend/.env.local` and supply the key in a similar format as `.env`.
112112

113113
The in-context translation screenshot feature requires installing the _Tolgee Tools_ browser extension.

0 commit comments

Comments
 (0)