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

fix: update outdated links to external resources #280

Open
wants to merge 5 commits into
base: staging
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function Footer() {
Website code is licensed under{" "}
<Link
as={NextLink}
href={"https://github.com/Developer-DAO/academy/blob/main/LICENSE"}
href={"https://github.com/Developer-DAO/academy/blob/main/README.md#what-license-applies-to-this-sites-content-and-code"}
passHref
isExternal
textDecoration="underline"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/lessons/fundamentals/code-editors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ To help you make an informed decision, check for the following features:
added bells and whistles to Window's Notepad. Some of the features are Syntax
Highlighting and Syntax Folding, auto-completion: Word completion, Function
completion and Function parameters hint, Multi-Document (Tab interface) and
supports several languages. You can find a list
of [Notepad++ plugins](http://docs.notepad-plus-plus.org/index.php?title=Plugin_Central)
at Wiki.
supports several languages. Available Notepad++ [plugins](https://notepad-plus-plus.org/resources/#plugins)
can be found in [community list](https://github.com/notepad-plus-plus/nppPluginList?tab=readme-ov-file)
at Github.

![IDE-VS Code](/assets/lessons/code-editors/IDE-notepad-2plus.png)

Expand Down
2 changes: 1 addition & 1 deletion src/pages/lessons/projects/2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ In order to deploy to a real testnet we'll need:
[Metamask](https://metamask.io/) is often used
- Some Sepolia-ETH. You can ask for some in a faucet, it's free, although some
are faster than others! Options: [#1](https://sepoliafaucet.com/),
[#2](https://testnet-faucet.com/sepolia/),
[#2](https://sepolia-faucet.pk910.de/),
[#3](https://faucet.quicknode.com/ethereum/sepolia)
- An API Key from an Ethereum RPC Node Provider
([Alchemy](https://www.alchemy.com/), [Infura](https://infura.io/),
Expand Down
2 changes: 1 addition & 1 deletion src/pages/lessons/projects/6.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ transaction to deploy our contract. If you already have some Test ETH in
Sepolia, you can continue, if you don't you can always ask for some in the many
faucets that are online. Some options are:
[Alchemy](https://sepoliafaucet.com/),
[Sepolia Faucet](https://testnet-faucet.com/sepolia/) or
[Sepolia Faucet](https://sepolia-faucet.pk910.de/) or
[Quicknode](https://faucet.quicknode.com/ethereum/sepolia), but you can find
more if you search for Sepolia Faucet in any search engine.

Expand Down