EGI-Federation / documentation

Sources to build EGI documentation site.
https://docs.egi.eu/
MIT License
14 stars 48 forks source link

Fix deprecated URL #666

Closed gwarf closed 3 months ago

gwarf commented 3 months ago

Fix deprecated URL

github-actions[bot] commented 3 months ago

@check-spelling-bot Report

:red_circle: Please review

See the :open_file_folder: files view, the :scroll:action log, or :memo: job summary for details.

Unrecognized words (10)

dependant gecos Initialising NOPASSWD TLS uuid venv virtualenvs yml zshrc

To accept these unrecognized words as correct, you could run the following commands ... in a clone of the [git@github.com:EGI-Federation/documentation.git](https://github.com/EGI-Federation/documentation.git) repository on the `gwarf-patch-oidc-agent-doc-1` branch ([:information_source: how do I use this?]( https://github.com/check-spelling/check-spelling/wiki/Accepting-Suggestions)): ``` sh curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' | perl - 'https://github.com/EGI-Federation/documentation/actions/runs/10450278722/attempts/1' ```

OR

To have the bot accept them for you, reply quoting the following line: @check-spelling-bot apply updates.

Available :books: dictionaries could cover words (expected and unrecognized) not in the :blue_book: dictionary This includes both **expected items** (26) from .github/actions/spelling/expect.txt and **unrecognized words** (10) Dictionary | Entries | Covers | Uniquely -|-|-|- [cspell:python/src/python/python.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/python/src/python/python.txt)|392|3|1| [cspell:filetypes/filetypes.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/filetypes/filetypes.txt)|264|2|2| [cspell:python/src/python/python-lib.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/python/src/python/python-lib.txt)|2417|2|| [cspell:powershell/dict/powershell.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/powershell/dict/powershell.txt)|91|1|| [cspell:monkeyc/src/monkeyc_keywords.txt](https://raw.githubusercontent.com/check-spelling/cspell-dicts/v20230509/dictionaries/monkeyc/src/monkeyc_keywords.txt)|123|1|| Consider adding them (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml with: extra_dictionaries: cspell:python/src/python/python.txt cspell:filetypes/filetypes.txt cspell:python/src/python/python-lib.txt cspell:powershell/dict/powershell.txt cspell:monkeyc/src/monkeyc_keywords.txt ``` To stop checking additional dictionaries, add (in `.github/workflows/spelling.yml`) for `uses: check-spelling/check-spelling@main` in its `with`: ``` yml check_extra_dictionaries: '' ```
brucellino commented 3 months ago

The PR of the beast 😈