Skip to content

Commit 8e957e5

Browse files
authored
labels and licenses are directories (#29037)
Be more explicit about custom path relative to licences and labels content
1 parent 8def405 commit 8e957e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/administration/customizing-gitea.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ receive.certNonceSeed = <randomstring>
312312

313313
### Labels
314314

315-
Starting with Gitea 1.19, you can add a file that follows the [YAML label format](https://github.com/go-gitea/gitea/blob/main/options/label/Advanced.yaml) to `$GITEA_CUSTOM/options/label`:
315+
Starting with Gitea 1.19, you can add a file that follows the [YAML label format](https://github.com/go-gitea/gitea/blob/main/options/label/Advanced.yaml) in the directory `$GITEA_CUSTOM/options/label/`:
316316

317317
```yaml
318318
labels:
@@ -330,7 +330,7 @@ For more information, see the [labels documentation](usage/labels.md).
330330

331331
### Licenses
332332

333-
To add a custom license, add a file with the license text to `$GITEA_CUSTOM/options/license`
333+
To add a custom license, add a file with the license text in the directory `$GITEA_CUSTOM/options/license/`
334334

335335
### Locales
336336

0 commit comments

Comments
 (0)