Skip to content

Commit

Permalink
fix some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotFriend committed Mar 13, 2024
1 parent b6879fc commit 02f5da3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/reference/networks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 30
sidebar_position: 10
title: Networks
description: The shared Soroban test networks.
---
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/resource-limits-fees.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 35
sidebar_position: 30
title: Resource Limits & Fees
---

Expand Down
10 changes: 5 additions & 5 deletions docs/reference/software-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Release candidates are software releases that are also released to the [Testnet]
| XDR | [8b9d623ef40423a8462442b86997155f2c04d3a1](https://github.com/stellar/rs-stellar-xdr/commit/8b9d623ef40423a8462442b86997155f2c04d3a1) |
| Soroban Environment | `v20.2.2` |
| Soroban Interface Version | `0` |
| Soroban Resource Limits | [Phase 1 Limits](./reference/resource-limits-fees.mdx#resource-limits) |
| Soroban Resource Fees | [Phase 1 Fees](./reference/resource-limits-fees.mdx#phase-1) |
| Soroban Resource Limits | [Phase 1 Limits](./resource-limits-fees.mdx#resource-limits) |
| Soroban Resource Fees | [Phase 1 Fees](./resource-limits-fees.mdx#phase-1) |
| Stellar Core | `v20.2.0` |
| Soroban Rust SDK | `v20.3.2` |
| Soroban CLI | `v20.3.1` |
Expand Down Expand Up @@ -87,8 +87,8 @@ Release candidates are software releases that are also released to the [Testnet]
| XDR | [8b9d623ef40423a8462442b86997155f2c04d3a1](https://github.com/stellar/rs-stellar-xdr/commit/8b9d623ef40423a8462442b86997155f2c04d3a1) |
| Soroban Environment | `v20.2.2` |
| Soroban Interface Version | `0` |
| Soroban Resource Limits | [Phase 0 Limits](./reference/resource-limits-fees.mdx#resource-limits) |
| Soroban Resource Fees | [Phase 0 Fees](./reference/resource-limits-fees.mdx#phase-0) |
| Soroban Resource Limits | [Phase 0 Limits](./resource-limits-fees.mdx#resource-limits) |
| Soroban Resource Fees | [Phase 0 Fees](./resource-limits-fees.mdx#phase-0) |
| Stellar Core | `v20.2.0` |
| Soroban Rust SDK | `v20.3.2` |
| Soroban CLI | `v20.3.0` |
Expand Down Expand Up @@ -1192,7 +1192,7 @@ See https://github.com/stellar/soroban-tools/releases v0.7.0 for more details.

### Breaking changes note

This release comes with a revamp of authorization approach that is breaking for most of the contracts that did any sort of auth logic or used tokens. [example](tutorials/auth.mdx) and [authorization overview](soroban-internals/authorization.mdx) for more details.
This release comes with a revamp of authorization approach that is breaking for most of the contracts that did any sort of auth logic or used tokens. [example](https://soroban.stellar.org/docs/tutorials/auth) and [authorization overview](https://soroban.stellar.org/docs/soroban-internals/authorization) for more details.

### Changelog

Expand Down
4 changes: 2 additions & 2 deletions meeting-notes/2024-02-22.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ tags: [developer]
[Discord agenda thread](https://discord.com/channels/897514728459468821/1209582245824823337)

1. Latest and greatest on the TypeScript bindings with [@chadoh](https://github.com/chadoh)
2. [Available RPC providers](https://soroban.stellar.org/docs/reference/rpc-list#ecosystem-providers)
3. Standing up a [`soroban-rpc` docker container](https://soroban.stellar.org/docs/reference/rpc#docker-image)
2. [Available RPC providers](/network/soroban-rpc/rpc-providers)
3. Standing up a [`soroban-rpc` docker container](/network/soroban-rpc/admin-guide#docker-image)
4. Installing and invoking a [Stellar Asset Contract](https://soroban.stellar.org/docs/tokens/stellar-asset-contract) on mainnet in Phase 0

0 comments on commit 02f5da3

Please sign in to comment.