Skip to content

Commit

Permalink
Fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Feb 18, 2025
1 parent 2834b61 commit 1781c36
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion archive/aleo/00_aleo_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Develop your first [**Hello Aleo**](./aleo/02_hello.md) Aleo instructions progra

Learn the core concepts and syntax of [Aleo instructions](./aleo/03_language.md).

Read the full list of supported [Aleo instruction opcodes](./alehttps://developer.aleo.org/guides/aleo/opcodes.md).
Read the full list of supported [Aleo instruction opcodes](https://developer.aleo.org/guides/aleo/opcodes.md).

## Formal Language Documentation

Expand Down
4 changes: 2 additions & 2 deletions documentation/01_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ sidebar_label: What's new?
---

:::tip
### [**📦 Releases**](./https://github.com/ProvableHQ/leo/releases) - Stay up to date with the latest Leo releases.
### [**🤝 Leo Core Developers Call**](./resouces/01_core_devs_call) - Collaborate with the Leo development team and ecosystem on the future of Leo.
### [**📦 Releases**](https://github.com/ProvableHQ/leo/releases) - Stay up to date with the latest Leo releases.
### [**🤝 Leo Core Developers Call**](./resources/01_core_devs_call) - Collaborate with the Leo development team and ecosystem on the future of Leo.
### [**⚛️ Create Leo App**](./sdk/create-leo-app/01_create_leo_app.md) - A full stack application written in Typescript using Leo and React.
:::

2 changes: 1 addition & 1 deletion documentation/language/03_data_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ struct array3 {

### Record

A [record](../concepts/02_records.md) data type is declared as `record {name} {}`.
A [record](https://developer.aleo.org/concepts/fundamentals/records) data type is declared as `record {name} {}`.
Records contain component declarations `{visibility} {name}: {type},`.

A visibility can be either `constant`, `public`, or `private`.
Expand Down
2 changes: 1 addition & 1 deletion documentation/language/04_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ let b: u32 = ChaCha::rand_u32();


The following lists show the standard and cryptographic operators supported by Leo.
The Leo operators compile down to [Aleo instructions opcodes](../alehttps://developer.aleo.org/guides/aleo/opcodes.md) executable by the Aleo Virtual Machine (AVM).
The Leo operators compile down to [Aleo instructions opcodes](https://developer.aleo.org/guides/aleo/opcodes.md) executable by the Aleo Virtual Machine (AVM).

## Table of Standard Operators
| Name | Description |
Expand Down

0 comments on commit 1781c36

Please sign in to comment.