Skip to content

Commit f5a41af

Browse files
authored
updated links, added Tutorials folder (#1759)
1 parent ae20359 commit f5a41af

File tree

12 files changed

+12
-20
lines changed

12 files changed

+12
-20
lines changed

docs/build/get-started/build-a-frontend/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ function App() {
6666

6767
The `connect()` method comes with the ability to configure how you want the wallet selector modal to appear for your app. You can decide which wallets to have only appear as an option or allow any wallet that follows the SIP-030 standard to appear as an available Stacks wallet.
6868

69-
For the complete guides check out the [Stacks Connect](/broken/pages/JLRpUuDHPMxXaInZ9Vll) section.
69+
For the complete guides check out the [Stacks Connect](../../stacks-connect/connect-wallet.md) section.

docs/build/get-started/build-a-frontend/post-conditions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Put simply, post conditions are a set of conditions that must be met before a us
1515
They are sent as part of the transaction when the user initiates it, meaning we need to implement post-conditions on the frontend. Whenever you are transferring an asset (fungible or non-fungible) from one address to another, you should take advantage of post conditions.
1616

1717
{% hint style="info" %}
18-
Head to the dedicated section on [post-conditions](/broken/pages/0KPrPPKItMGZZL2u4tiF) for more in-depth information.
18+
Head to the dedicated section on [post-conditions](../../post-conditions/overview.md) for more in-depth information.
1919
{% endhint %}
2020

2121
We're going to use [stacks.js](https://github.com/stx-labs/stacks.js/tree/master/packages/transactions#post-conditions) to familiarize ourselves with constructing post-conditions on the frontend. And there are several different ways to construct post-conditions based on asset type.
@@ -103,5 +103,5 @@ After transaction confirmation and broadcasting, users are also able to see what
103103

104104
### Additional Resources
105105

106-
* \[[Post-Conditions](/broken/pages/0KPrPPKItMGZZL2u4tiF)] Dedicated section on post-conditions in these docs
106+
* \[[Post-Conditions](../../post-conditions/overview.md)] Dedicated section on post-conditions in these docs
107107
* \[[Hiro YT](https://youtu.be/xXgQB8NfdEY?si=eSZp4tlLOCkkqGRS)] ELI5: Post-Conditions on Stacks

docs/build/get-started/build-a-frontend/sending-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ let response = await request('stx_transferSip10Ft', {
8585

8686
### Additional Resources
8787

88-
* \[[Learn Stacks.js](/broken/pages/dH5waQhE6Vb7rhcrUG7z)] Head to the Learn Stacks.js section to see more examples 
88+
* \[[Learn Stacks.js](../../stacks.js/overview.md)] Head to the Learn Stacks.js section to see more examples 

docs/build/get-started/clarity-crash-course.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Smart contracts are immutable once deployed. Bugs are permanent. Test them thoro
290290
{% endhint %}
291291

292292
* [Rendezvous Fuzz Testing](../rendezvous/overview.md): Use Rendezvous to hammer your contract with random inputs. It helps expose edge cases and vulnerabilities.
293-
* [Unit Testing in Clarinet](/broken/pages/xKpkZWiNCO3dwHoA9AeB): Unit testing verifies that individual contract functions behave as expected. 
293+
* [Unit Testing in Clarinet](../clarinet/testing-with-clarinet-sdk.md): Unit testing verifies that individual contract functions behave as expected. 
294294

295295
***
296296

docs/build/more-guides/verify-bitcoin-transactions-clarity/creating-btc-tx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For usage with the `clarity-bitcoin-lib` contract or if you just want to learn h
55
Using Stacks Connect and with a Stacks-supported wallet, you can initiate a simple Bitcoin transaction from a frontend app in a few lines of code. With this Bitcoin transaction, you can then use to verify it's inclusion in a Bitcoin block through Clarity.
66

77
{% hint style="info" %}
8-
Check out the [Stacks Connect](/broken/pages/JLRpUuDHPMxXaInZ9Vll) guides for more info on setup and wallet connection.
8+
Check out the [Stacks Connect](../../stacks-connect/connect-wallet.md) guides for more info on setup and wallet connection.
99
{% endhint %}
1010

1111
{% stepper %}

docs/learn/block-production/mining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Stacks miners function similarly to sequencers in L2 systems in that they are on
8787

8888
It's important to note that there are two primary parties involved in the block production process on Stacks: miners and stackers.
8989

90-
These two roles serve complementary relationships in the [block production process](file:///), and stackers drastically reduce any potential destructive power miners have over the chain.
90+
These two roles serve complementary relationships in the block production process, and stackers drastically reduce any potential destructive power miners have over the chain.
9191

9292
Miners cannot reorganize the chain. In the worst case, all miners can do is omit (some kinds of) transactions, and all that is required to address this is to run your own miner.
9393

docs/learn/stacks-101/proof-of-transfer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<figure><picture><source srcset="../.gitbook/assets/pox-light.png" media="(prefers-color-scheme: dark)"><img src="../.gitbook/assets/pox.png" alt=""></picture><figcaption></figcaption></figure>
44

5-
In the previous sections, we took a look at the vision and ethos of Stacks and talked a lot about it being connected to Bitcoin and how it enables expanding functio nality without modifying Bitcoin itself.
5+
In the previous sections, we took a look at the vision and ethos of Stacks and talked a lot about it being connected to Bitcoin and how it enables expanding functionality without modifying Bitcoin itself.
66

77
In this section, we'll run through the block production mechanism that makes that happen, Proof of Transfer.
88

docs/operate/run-a-signer/signer-quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ If you want to get up and running as an active signer as quickly as possible, he
1818

1919
If you are not familiar with how signing works yet, be sure to check out the [Signing concept guide](https://app.gitbook.com/s/H74xqoobupBWwBsVMJhK/block-production/signing).
2020

21-
If you would like a more detailed walkthrough of all of these steps, take a look at the [Running a Signer](file:///) guide.
22-
2321
{% hint style="danger" %}
2422
The CLI examples below may show outdated release versions. For the latest releases, always refer to the links above in the top info block.
2523
{% endhint %}

docs/operate/stacking-stx/operate-a-stacking-pool.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,5 +585,3 @@ Once a pool has enough delegated STX to become a signer, the pool admin needs to
585585
* Max amount
586586

587587
Once this transaction has been confirmed, the pool operator is eligible to be a signer for an upcoming reward cycle.
588-
589-
For more on the relationship between automated signing and manual stacking transactions, be sure to check out the main [Stack STX](file:///) doc.

docs/reference/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stacks Node Configuration
22

33
{% hint style="info" %}
4-
Note that these config fields are for a Stacks follower node. If you are running a signer alongside your Stacks node, you'll want to use the sample file found on the [Signer Configuration](/broken/pages/8ea1fa91cfa819c25f545b0aca9bfc16c8c3ad28) page as it contains additional parameters needed for your signer and Stacks node to function properly.
4+
Note that these config fields are for a Stacks follower node. If you are running a signer alongside your Stacks node, you'll want to use the sample file found in the [Signer Configuration](node-operations/signer-configuration.md) page as it contains additional parameters needed for your signer and Stacks node to function properly.
55
{% endhint %}
66

77
### Usage

0 commit comments

Comments
 (0)