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 URLs to learn.vyperlang.org #9

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
*/.DS_Store
**/node_modules
.DS_Store
*/.DS_Store
**/node_modules
.idea
4 changes: 2 additions & 2 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Click the "pencil" icon on the top right to edit the file.

![Pencil icon can be used to edit a file](https://files.gitter.im/5f4e9bc8d73408ce4fedc7e3/S901/hack-3.png)

In the first line of the file, you will find a link. In this case you will find the following link: https://vyper.fun/#/1/contract_structure
In the first line of the file, you will find a link. In this case you will find the following link: https://learn.vyperlang.org/#/1/contract_structure

![Post link in the file comment](https://files.gitter.im/5f4e9bc8d73408ce4fedc7e3/wwcQ/hack-4.png)

Expand All @@ -66,6 +66,6 @@ In the next page, you can add a description about the chapter and the translatio

Keep an on this page. I will review your edits and if there is something wrong, I will let you know in the comments section of the page.

If everything is ok, then your pull request will be merged! You will be listed as a contributor on the [contributors wall](https://github.com/vyperfun/vyper.fun#contributors)!
If everything is ok, then your pull request will be merged! You will be listed as a contributor on the [contributors wall](https://github.com/vyperlang/learn#contributors)!

![Contributors wall](https://files.gitter.im/5f4e9bc8d73408ce4fedc7e3/GNjO/hack-11.png)
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,10 @@ git clone https://github.com/vyperlang/learn

2. Download and Install [Node.js](https://nodejs.org/).

3. Install `docsify` globally.
3. Run the tutorial locally.

```bash
// you may need to use sudo
npm i docsify-cli -g
```

4. Run the tutorial locally.

```bash
docsify serve .
npx docsify-cli serve .
```

## Contribution Guide
Expand Down
2 changes: 1 addition & 1 deletion WELCOME.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

## What is this?

This is an [interactive tutorial website](https://vyper.fun) for learning Vyper while building games using smart contracts, similar to Cryptozombies.
This is an [interactive tutorial website](https://learn.vyperlang.org) for learning Vyper while building games using smart contracts, similar to Cryptozombies.
2 changes: 1 addition & 1 deletion ar-sa/1/contract_structure.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/contract_structure
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/contract_structure
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/events.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/events
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/events
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/external_internal_functions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/external_internal_functions
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/external_internal_functions
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/function_declarations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/function_declarations
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/function_declarations
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/introduction.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/introduction
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/introduction
Do NOT change the code below. The below code runs the code editor -->
2 changes: 1 addition & 1 deletion ar-sa/1/keccak256-and-typecasting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/keccak256-and-typecasting
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/keccak256-and-typecasting
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/mappings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/mappings
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/mappings
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/math_operations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/math_operations
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/math_operations
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/more_on_functions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/more_on_functions
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/more_on_functions
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/public_vars.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/public_vars
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/public_vars
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/putting_it_together.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/putting_it_together
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/putting_it_together
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/state_vars_and_ints.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/state_vars_and_ints
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/state_vars_and_ints
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/structs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/structs
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/structs
Do NOT change the code below. The below code runs the code editor -->

#### ** Template **
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/1/working_with_structs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/working_with_structs
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/working_with_structs
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/addresses.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/addresses
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/addresses
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/assert.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/assert
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/assert
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/calling_a_contract.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/calling_a_contract
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/calling_a_contract
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/comparison_operator.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/comparison_operator
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/comparison_operator
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/empty.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/empty
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/empty
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/init.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/init
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/init
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/interfaces.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/interfaces
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/interfaces
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/introduction.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/introduction
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/introduction
Do NOT change the code below. The below code runs the code editor -->
2 changes: 1 addition & 1 deletion ar-sa/2/msg-sender.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/msg-sender
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/msg-sender
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/putting_it_together.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/putting_it_together
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/putting_it_together
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/random_wild_pokemon.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/random_wild_pokemon
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/random_wild_pokemon
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/2/wild_pokemons.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/wild_pokemons
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/wild_pokemons
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion ar-sa/WELCOME.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

## What is this?

This is an [interactive tutorial website](https://vyper.fun) for learning Vyper while building games using smart contracts, similar to Cryptozombies.
This is an [interactive tutorial website](https://learn.vyperlang.org) for learning Vyper while building games using smart contracts, similar to Cryptozombies.
1 change: 1 addition & 0 deletions custom/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ section.cover .cover-main > p:last-child a:last-child {

.markdown-section a {
font-weight: unset;
color: #dcdca9;
Copy link
Author

@DanielSchiavini DanielSchiavini Jun 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The buttons currently have purple-on-blue which is unreadable.

I reused this color:

color: #dcdca9;

See before vs after:

image

}

/* End custom markdown styling */
Expand Down
2 changes: 1 addition & 1 deletion de/1/contract_structure.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/contract_structure
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/contract_structure
Do NOT change the code below. The below code runs the code editor -->

# Kapitel 1: Contracts
Expand Down
2 changes: 1 addition & 1 deletion de/1/events.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/events
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/events
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/external_internal_functions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/external_internal_functions
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/external_internal_functions
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/function_declarations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/function_declarations
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/function_declarations
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/introduction
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/introduction
Do NOT change the code below. The below code runs the code editor -->

# Erstelle dein erstes Pokemon
Expand Down
2 changes: 1 addition & 1 deletion de/1/keccak256-and-typecasting.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/keccak256-and-typecasting
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/keccak256-and-typecasting
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/mappings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/mappings
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/mappings
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/math_operations.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/math_operations
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/math_operations
Do NOT change the code below. The below code runs the code editor -->

# Chapter 3: Mathematische Operationen
Expand Down
2 changes: 1 addition & 1 deletion de/1/more_on_functions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/more_on_functions
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/more_on_functions
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/public_vars.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/public_vars
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/public_vars
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/putting_it_together.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/putting_it_together
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/putting_it_together
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/1/state_vars_and_ints.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/state_vars_and_ints
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/state_vars_and_ints
Do NOT change the code below. The below code runs the code editor -->

# Kapitel 2: Zustandsvariablen, Zahlen & Konstanten
Expand Down
2 changes: 1 addition & 1 deletion de/1/structs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/structs
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/structs
Do NOT change the code below. The below code runs the code editor -->

#### ** Template **
Expand Down
2 changes: 1 addition & 1 deletion de/1/working_with_structs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/1/working_with_structs
<!-- Add translation for the following page: https://learn.vyperlang.org/#/1/working_with_structs
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/addresses.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/addresses
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/addresses
Do NOT change the code below. The below code runs the code editor -->

# Kapitel 1: Adressen
Expand Down
2 changes: 1 addition & 1 deletion de/2/assert.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/assert
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/assert
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/calling_a_contract.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/calling_a_contract
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/calling_a_contract
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/comparison_operator.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/comparison_operator
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/comparison_operator
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/empty.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/empty
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/empty
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/init.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/init
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/init
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/interfaces.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/interfaces
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/interfaces
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/introduction
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/introduction
Do NOT change the code below. The below code runs the code editor -->

# Fang 'sie alle
Expand Down
2 changes: 1 addition & 1 deletion de/2/msg-sender.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/msg-sender
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/msg-sender
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/putting_it_together.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/putting_it_together
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/putting_it_together
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/random_wild_pokemon.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/random_wild_pokemon
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/random_wild_pokemon
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/2/wild_pokemons.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Add translation for the following page: https://vyper.fun/#/2/wild_pokemons
<!-- Add translation for the following page: https://learn.vyperlang.org/#/2/wild_pokemons
Do NOT change the code below. The below code runs the code editor -->

<!-- tabs:start -->
Expand Down
2 changes: 1 addition & 1 deletion de/WELCOME.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

## What is this?

This is an [interactive tutorial website](https://vyper.fun) for learning Vyper while building games using smart contracts, similar to Cryptozombies.
This is an [interactive tutorial website](https://learn.vyperlang.org) for learning Vyper while building games using smart contracts, similar to Cryptozombies.
Loading