diff --git a/sbtc/user-guides/how-to-deposit-and-withdraw.md b/sbtc/user-guides/how-to-deposit-and-withdraw.md index 6177e68271..c99265eedd 100644 --- a/sbtc/user-guides/how-to-deposit-and-withdraw.md +++ b/sbtc/user-guides/how-to-deposit-and-withdraw.md @@ -6,7 +6,7 @@ Depositing and withdrawing sBTC can be done in three ways: 2. Using an sBTC enabled wallet. 3. Using an app which integrates with sBTC natively. -This guide will walk you through how to deposit and withdraw sBTC using the sBTC Brdige application. +This guide will walk you through how to deposit and withdraw sBTC using the sBTC Bridge application. ### Preparation diff --git a/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md b/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md index 7bc819017e..d948756e4b 100644 --- a/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md +++ b/stacks-in-depth/nodes-and-miners/miner-costs-and-fees.md @@ -19,4 +19,4 @@ Fee and cost estimators observe transactions on the network and use the observed The `fuzzed_weighted_median_fee_rate` uses a median estimate from a window of the fees paid in the last `fee_rate_window_size` blocks. Estimates are then randomly "fuzzed" using uniform random fuzz of size up to `fee_rate_fuzzer_fraction` of the base estimate. -There is also a [mining calculator](https://friedger.id/mining-calculator/) that can help you with this process, with the [source code available here](https://github.com/friedger/mining-calculator). +There is also a [mining calculator](https://friedger.github.io/mining-calculator/) that can help you with this process, with the [source code available here](https://github.com/friedger/mining-calculator).