Skip to content

Commit

Permalink
docs: replace tier4/autoware-spell-check-dict with `autowarefoundat…
Browse files Browse the repository at this point in the history
…ion/autoware-spell-check-dict` (#14)
  • Loading branch information
HansRobo authored Dec 5, 2024
1 parent 07ea665 commit fb6f993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The words you inserted into the json will be **sorted automatically** by GitHub

### Easy-to-add a word using workflow

With the [add-word workflow](https://github.com/tier4/autoware-spell-check-dict/actions/workflows/add-word.yaml), you can create a pull request to add a word to `.cspell.json`.
With the [add-word workflow](https://github.com/autowarefoundation/autoware-spell-check-dict/actions/workflows/add-word.yaml), you can create a pull request to add a word to `.cspell.json`.

![image](https://user-images.githubusercontent.com/12395284/232272339-ec5edcee-cc67-45a8-badc-fc4edb7d9390.png)

Expand Down Expand Up @@ -60,7 +60,7 @@ $ yarn global add https://github.com/tier4/cspell-dicts

# Copy the dictionary into your environment
$ cd /your-project-dir
$ wget -O .cspell.json https://raw.githubusercontent.com/tier4/autoware-spell-check-dict/main/.cspell.json
$ wget -O .cspell.json https://raw.githubusercontent.com/autowarefoundation/autoware-spell-check-dict/main/.cspell.json

# Check spelling
$ cspell /path/to/src/*.cpp /path/to/include/*.hpp
Expand Down

0 comments on commit fb6f993

Please sign in to comment.