Skip to content

Commit

Permalink
fix(docs/examples): address uc name
Browse files Browse the repository at this point in the history
  • Loading branch information
miker83z committed Aug 14, 2024
1 parent 831dae8 commit e874944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For this example, we're using an `AliasOutput` to extract an `Alias` object that
<Tabs>
<TabItem value="rs" label="Rust">

```rust file=<rootDir>/docs/examples/rust/stardust/address_unlock_condition.rs#L70-L88
```rust file=<rootDir>/docs/examples/rust/stardust/address-unlock-condition.rs#L70-L88
```

</TabItem>
Expand All @@ -27,7 +27,7 @@ For this example, we're using an `AliasOutput` to extract an `Alias` object that
<Tabs>
<TabItem value="rs" label="Rust">

```rust file=<rootDir>/docs/examples/rust/stardust/address_unlock_condition.rs#L90-L103
```rust file=<rootDir>/docs/examples/rust/stardust/address-unlock-condition.rs#L90-L103
```

</TabItem>
Expand All @@ -42,7 +42,7 @@ Applying the filter to get `NftOutput`s owned by the `Alias`.
<Tabs>
<TabItem value="rs" label="Rust">

```rust file=<rootDir>/docs/examples/rust/stardust/address_unlock_condition.rs#L105-L128
```rust file=<rootDir>/docs/examples/rust/stardust/address-unlock-condition.rs#L105-L128
```

</TabItem>
Expand All @@ -56,7 +56,7 @@ Applying the filter to get `NftOutput`s owned by the `Alias`.
<Tabs>
<TabItem value="rs" label="Rust">

```rust file=<rootDir>/docs/examples/rust/stardust/address_unlock_condition.rs#L130-L239
```rust file=<rootDir>/docs/examples/rust/stardust/address-unlock-condition.rs#L130-L239
```

</TabItem>
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ tokio.workspace = true
move-core-types.workspace = true

[[example]]
name = "address_unlock_condition"
path = "stardust/address_unlock_condition.rs"
name = "address-unlock-condition"
path = "stardust/address-unlock-condition.rs"

[[example]]
name = "nft-output-claim"
Expand Down

0 comments on commit e874944

Please sign in to comment.