Skip to content

Commit 6bfb9bc

Browse files
committed
updating invalid FQDNs to stacks.org
1 parent a25703d commit 6bfb9bc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This Code of Conduct applies within all community spaces, and also applies when
3939

4040
## Enforcement
4141

42-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at opensource@blockstack.org. All complaints will be reviewed and investigated promptly and fairly.
42+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at opensource@stacks.org. All complaints will be reviewed and investigated promptly and fairly.
4343

4444
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
4545

contrib/helm/stacks-blockchain/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ helm repo add blockstack https://charts.blockstack.xyz
2727
$ helm install my-release blockstack/stacks-blockchain
2828
```
2929

30-
To install the chart with the release name `my-release` and run the node as a **miner** using your private key [generated from the instructions on this page](https://docs.blockstack.org/mining):
30+
To install the chart with the release name `my-release` and run the node as a **miner** using your private key [generated from the instructions on this page](https://docs.stacks.co/docs/nodes-and-miners/miner-mainnet):
3131

3232
```bash
3333
$ helm repo add blockstack https://charts.blockstack.xyz
@@ -93,7 +93,7 @@ The following tables lists the configurable parameters of the stacks-blockchain
9393
| config.node.miner | Set this to `true` if deploying a miner node.<br>Set this to `false` if deploying a follower node. | false |
9494
| config.burnchain.chain | | bitcoin |
9595
| config.burnchain.mode | | krypton |
96-
| config.burnchain.peer_host | | bitcoind.blockstack.org |
96+
| config.burnchain.peer_host | | bitcoin.mainnet.stacks.org |
9797
| config.burnchain.rpc_port | | 18443 |
9898
| config.burnchain.peer_port | | 18444 |
9999
| config.ustx_balance | | See values.yaml |

contrib/helm/stacks-blockchain/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ node:
211211
## OR you can uncomment the config.raw field, which will take precedence over the aforementationed config fields
212212
##
213213
## For more info, please reference our docs and example config files:
214-
## https://docs.blockstack.org/stacks-blockchain/running-testnet-node
214+
## https://docs.stacks.co/docs/nodes-and-miners/run-a-node
215215
## https://github.com/blockstack/stacks-blockchain/tree/master/testnet/stacks-node/conf
216216
##
217217
config:
@@ -225,7 +225,7 @@ config:
225225
burnchain:
226226
chain: bitcoin
227227
mode: krypton
228-
peer_host: bitcoind.blockstack.org
228+
peer_host: bitcoin.testnet.stacks.org
229229
# process_exit_at_block_height: 5340
230230
# commit_anchor_block_within: 10000
231231
rpc_port: 18443
@@ -255,7 +255,7 @@ config:
255255
# [burnchain]
256256
# chain = "bitcoin"
257257
# mode = "krypton"
258-
# peer_host = "bitcoind.blockstack.org"
258+
# peer_host = "bitcoin.mainnet.stacks.org"
259259
# #process_exit_at_block_height = 5340
260260
# #commit_anchor_block_within = 10000
261261
# rpc_port = 18443

0 commit comments

Comments
 (0)