Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken urls #3408

Merged
merged 1 commit into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ The commands above execute a subset of all available tests. If you introduced ma

#### Step 1: Install golintci

See the [provider instructions](https://golangci-lint.run/usage/install/#local-installation) on how to install golintci.
See the [provider instructions](https://golangci-lint.run/welcome/install/#local-installation) on how to install golintci.

#### Step 2: Set Up Your Environment

See the [provider instructions](https://golangci-lint.run/usage/integrations/#editor-integration) on integrating `golintci` into your source code editor. You can also find our [recommended settings](#appendix-recommended-settings) for VS Code and GoLand at the bottom of this article.
See the [provider instructions](https://golangci-lint.run/welcome/integrations/#editor-integration) on integrating `golintci` into your source code editor. You can also find our [recommended settings](#appendix-recommended-settings) for VS Code and GoLand at the bottom of this article.

### Usage

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can find a comprehensive overview of design decisions for _IOTA Smart Contra

## Documentation

You can find Wasp and IOTA Smart Contracts documentation in the [IOTA Wiki](https://wiki.iota.org/wasp-evm/introduction).
You can find Wasp and IOTA Smart Contracts documentation in the [IOTA Wiki](https://wiki.iota.org/isc/introduction/).

## Contributing

Expand Down
Loading