Skip to content

Commit

Permalink
fix(url): update to new org name (foundry-rs#1415)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Apr 26, 2022
1 parent 5490c4a commit 33b29c2
Show file tree
Hide file tree
Showing 17 changed files with 114 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
REGISTRY: ghcr.io
# Will resolve to gakonst/foundry
# Will resolve to foundry-rs/foundry
IMAGE_NAME: ${{ github.repository }}


Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ cargo +nightly clippy --all --all-features -- -D warnings

If you are working on a larger feature, we encourage you to open up a draft pull request, to make sure that other contributors are not duplicating work.

If you would like to test the binaries built from your change, see [foundryup](https://github.com/gakonst/foundry/tree/master/foundryup).
If you would like to test the binaries built from your change, see [foundryup](https://github.com/foundry-rs/foundry/tree/master/foundryup).

#### Adding tests

Expand Down
Loading

0 comments on commit 33b29c2

Please sign in to comment.