Skip to content

Commit b23ed7c

Browse files
authored
docs: fix broken link (#188)
* docs: fix broken link * docs: Revert 485c907 and fix more broken links
1 parent 81812e0 commit b23ed7c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
# If you want to use a config file, you can put its path or URL here, multiple files are also allowed (more info in the paragraphs below)
2222
config-file: .github/labels.yml
2323
# as URL:
24-
config-file: https://raw.githubusercontent.com/EndBug/label-sync/main/.github/labels.yml
24+
config-file: https://raw.githubusercontent.com/EndBug/labels/main/labels.yml
2525
# as multiple:
2626
config-file: |
27-
https://raw.githubusercontent.com/EndBug/label-sync/main/.github/labels.yml
27+
https://raw.githubusercontent.com/EndBug/labels/main/labels.yml
2828
.github/labels.yml
2929
3030
# If you want to use a source repo, you can put is name here (only the owner/repo format is accepted)
@@ -97,7 +97,7 @@ This is how it would end up looking:
9797

9898
Note that `color` may be specified in either `000000` or `'#000000'` format. Mind the quotes when using yaml.
9999

100-
If you want to see an actual config file, you can check out the one in this repo [here](.github/labels.yml).
100+
If you want to see an actual config file, you can check out the one in this repo [here](https://github.com/EndBug/labels/blob/main/labels.yml).
101101

102102
This action can either read a local file or fetch it from a custom URL.
103103
If you want to use a URL make sure that the data field of the response contains JSON or YAML text that follows the structure above.
@@ -109,7 +109,7 @@ You can use the "raw" link that GitHub provides for the file:
109109
- uses: EndBug/label-sync@v2
110110
with:
111111
# This is just an example, but any valid URL can be used
112-
config-file: 'https://raw.githubusercontent.com/EndBug/label-sync/main/.github/labels.yml'
112+
config-file: 'https://raw.githubusercontent.com/EndBug/labels/main/labels.yml'
113113
```
114114

115115
You can also specify several config files (e.g. sync a set of "global" labels as well as a set of "local" labels):
@@ -118,7 +118,7 @@ You can also specify several config files (e.g. sync a set of "global" labels as
118118
- uses: EndBug/label-sync@v2
119119
with:
120120
config-file: |
121-
https://raw.githubusercontent.com/EndBug/label-sync/main/.github/labels.yml
121+
https://raw.githubusercontent.com/EndBug/labels/main/labels.yml
122122
.github/labels.yml
123123
```
124124

0 commit comments

Comments
 (0)