Skip to content

Commit 1f230b8

Browse files
authored
Merge pull request #813 from hirosystems/chore/bug-fixes
copy edits + bug fixes + redirects
2 parents 54f74a1 + 68c433d commit 1f230b8

File tree

15 files changed

+56
-16
lines changed

15 files changed

+56
-16
lines changed

content/docs/bitcoin/ordinals/api/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ The Ordinals API uses REST endpoints and cached responses in order to optimize p
4747
<br />
4848

4949
<Callout title="Need help building with the Ordinals API?" type="help">
50-
Reach out to us on the <span className="font-bold">#ordinals</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
50+
Reach out to us on the <span className="font-bold">#ordinals</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
5151
</Callout>

content/docs/bitcoin/ordinals/ordhook/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ With a familiar event-driven framework, you can customize what ordinals data you
3838
<br />
3939

4040
<Callout title="Need help building with Ordhook?" type="help">
41-
Reach out to us on the <span className="font-bold">#chainhook</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
41+
Reach out to us on the <span className="font-bold">#chainhook</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4242
</Callout>

content/docs/stacks/api/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you're looking for direct access to the Stacks node, including the ability to
4040
<br />
4141

4242
<Callout title="Need help building with the Stacks Blockchain API?" type="help">
43-
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
43+
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4444
</Callout>
4545

4646

content/docs/stacks/chainhook/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ To get started, check out our [installation guide](/stacks/chainhook/installatio
5252
<br />
5353

5454
<Callout title="Need help building with Chainhook?" type="help">
55-
Reach out to us on the <span className="font-bold">#chainhook</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
55+
Reach out to us on the <span className="font-bold">#chainhook</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
5656
</Callout>

content/docs/stacks/clarinet-js-sdk/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Here is a non-exhaustive list of some of simnet's use-cases:
4646
<br />
4747

4848
<Callout title="Need help building with Clarinet JS SDK?" type="help">
49-
Reach out to us on the <span className="font-bold">#clarinet</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
49+
Reach out to us on the <span className="font-bold">#clarinet</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
5050
</Callout>

content/docs/stacks/clarinet/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ After generating the file, you can refer to the documentation for your shell to
131131
<br />
132132

133133
<Callout title="Need help building with Clarinet?" type="help">
134-
Reach out to us on the <span className="font-bold">#clarinet</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
134+
Reach out to us on the <span className="font-bold">#clarinet</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
135135
</Callout>

content/docs/stacks/clarinet/quickstart.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ Check out the [create a new project](/stacks/clarinet/guides/create-a-new-projec
130130
<Cards>
131131
<SecondaryCard
132132
icon={<Clarinet />}
133-
href="/stacks/clarinet/guides/cli-commands"
134-
title="CLI Commands"
135-
description="Learn how to use the Clarinet CLI to interact with your contracts."
133+
href="/stacks/clarinet/guides/add-a-contract"
134+
title="Add a contract to your project"
135+
description="Learn how to add a contract to your project."
136136
tag='Clarinet'
137137
/>
138138
<SecondaryCard

content/docs/stacks/connect/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ Stacks Connect is one of the most popular packages of [Stacks.js](/stacks/stacks
3939
<br />
4040

4141
<Callout title="Need help building with Stacks Connect?" type="help">
42-
Reach out to us on the <span className="font-bold">#stacks-js</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
42+
Reach out to us on the <span className="font-bold">#stacks-js</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4343
</Callout>

content/docs/stacks/platform-api/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In order to use these endpoints, you first need to [create an API key](/stacks/a
4242
<br />
4343

4444
<Callout title="Need help building with the Platform API?" type="help">
45-
Reach out to us on the <span className="font-bold">#hiro-platform</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
45+
Reach out to us on the <span className="font-bold">#hiro-platform</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4646
</Callout>
4747

4848

content/docs/stacks/platform/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ You can also set up custom event streams via chainhooks and manage API keys for
6969
<br />
7070

7171
<Callout title="Need help building with the Hiro Platform?" type="help">
72-
Reach out to us on the <span className="font-bold">#hiro-platform</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
72+
Reach out to us on the <span className="font-bold">#hiro-platform</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
7373
</Callout>

content/docs/stacks/rpc-api/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The Stacks Node RPC API allows you to query the Stacks blockchain and interact w
3737
<br />
3838

3939
<Callout title="Need help building with the Stacks Node RPC API?" type="help">
40-
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
40+
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4141
</Callout>
4242

4343

content/docs/stacks/signer-metrics-api/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This API also lets you analyze and evaluate the behavior of individual signers,
3838
<br />
3939

4040
<Callout title="Need help building with the Stacks Node RPC API?" type="help">
41-
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
41+
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4242
</Callout>
4343

4444

content/docs/stacks/stacks.js/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ For more details, check out out our [installation guide](./stacks.js/installatio
4545
<br />
4646

4747
<Callout title="Need help building with Stacks.js?" type="help">
48-
Reach out to us on the <span className="font-bold">#stacks-js</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
48+
Reach out to us on the <span className="font-bold">#stacks-js</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4949
</Callout>

content/docs/stacks/token-metadata-api/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Token Metadata API is a service that offers a REST API, so you can easily pu
3838
<br />
3939

4040
<Callout title="Need help building with the Token Metadata API?" type="help">
41-
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://events.stacks.co/event/HD16484710) on Discord every Thursday at 11am ET.
41+
Reach out to us on the <span className="font-bold">#api</span> channel on [Discord](https://stacks.chat/) under the Hiro Developer Tools section. There's also a [weekly office hours](https://www.addevent.com/event/kI22007085) call every Wednesday at 1pm ET.
4242
</Callout>
4343

4444

next.config.mjs

+40
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,46 @@ const config = {
3939
destination: "/stacks/stacks.js/concepts/private-keys",
4040
permanent: true,
4141
},
42+
{
43+
source: "/intro",
44+
destination: "/",
45+
permanent: true,
46+
},
47+
{
48+
source: "/chainhooks/overview",
49+
destination: "/stacks/chainhook",
50+
permanent: true,
51+
},
52+
{
53+
source: "/roadmap",
54+
destination: "/",
55+
permanent: true,
56+
},
57+
{
58+
source: "/stacks/api-keys/rate-limiting",
59+
destination: "/stacks/rate-limiting",
60+
permanent: true,
61+
},
62+
{
63+
source: "/txid",
64+
destination: "/stacks/stacks.js/concepts/transactions",
65+
permanent: true,
66+
},
67+
{
68+
source: "/smart-contracts/clarinet",
69+
destination: "/stacks/clarinet",
70+
permanent: true,
71+
},
72+
{
73+
source: "/stacks/platform/guides/deploy-project/build-contracts",
74+
destination: "/stacks/platform",
75+
permanent: true,
76+
},
77+
{
78+
source: "/stacks/platform/guides/deploy-project/create-project",
79+
destination: "/stacks/platform",
80+
permanent: true,
81+
},
4282
],
4383
};
4484

0 commit comments

Comments
 (0)