Skip to content

Commit ae4928d

Browse files
authored
chore: clean up old spectacle mdx links (#1327)
1 parent 1dd3a89 commit ae4928d

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Have you read Formidable's Code of Conduct? By filing an Issue, you are expected
1414
<!-- Feel free to delete this section if you have checked off all of the following: -->
1515

1616
- [ ] I have searched the open [issues](https://www.github.com/FormidableLabs/spectacle/issues) to make sure I'm not opening a duplicate issue
17-
- [ ] I have read through the [docs](https://www.formidable.com/open-source/spectacle/docs) before asking a question
17+
- [ ] I have read through the [docs](https://commerce.nearform.com/open-source/spectacle/docs) before asking a question
1818
- [ ] I am using the latest version of Spectacle
1919

2020
### Describe Your Environment

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ For exceptional circumstances, here is a quick guide to manually publish from a
257257
$ pnpm changeset publish --otp=<insert otp code>
258258
```
259259

260-
Note that publishing multiple pacakges via `changeset` to npm with an OTP code can often fail with `429 Too Many Requests` rate limiting error. Take a 5+ minute coffee break, then come back and try again.
260+
Note that publishing multiple packages via `changeset` to npm with an OTP code can often fail with `429 Too Many Requests` rate limiting error. Take a 5+ minute coffee break, then come back and try again.
261261

262262
Then issue the following to also push git tags:
263263

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Please see our [contributing guide](CONTRIBUTING.md).
3636

3737
**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
3838

39-
[docs site]: https://www.formidable.com/open-source/spectacle/docs/
39+
[docs site]: https://commerce.nearform.com/open-source/spectacle/docs/

docs/extensions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ For complete documentation of the CLI, please check out [the repository](https:/
2929

3030
A webpack MDX loader for Spectacle presentations.
3131

32-
See [the repository](https://www.github.com/FormidableLabs/spectacle-mdx-loader) for usage, integration, and more information.
32+
Check [the repository](https://github.com/FormidableLabs/spectacle/tree/main/packages/spectacle-mdx-loader) for usage, integration, and more information.

docs/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Spectacle also has a presenter mode that allows you to view your slides and note
8282

8383
## Documentation, Contributing, and Source
8484

85-
For more information about Spectacle and its components, check out [the docs](https://formidable.com/open-source/spectacle).
85+
For more information about Spectacle and its components, check out [the docs](https://commerce.nearform.com/open-source/spectacle).
8686

8787
Interested in helping out or seeing what's happening under the hood? Spectacle is maintained [on Github](https://github.com/FormidableLabs/spectacle) and you can [start contributing here](https://github.com/FormidableLabs/spectacle/blob/main/CONTRIBUTING.md).
8888

packages/spectacle-mdx-loader/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ render(<Deck />, document.getElementById('root'));
6868
[npm_site]: http://badge.fury.io/js/spectacle-mdx-loader
6969
[mdx]: https://mdxjs.com/
7070
[webpack]: https://webpack.js.org/
71-
[spectacle]: https://formidable.com/open-source/spectacle/
71+
[spectacle]: https://commerce.nearform.com/open-source/spectacle/
7272
[npx]: https://www.npmjs.com/package/npx
7373
[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg?color=brightgreen&style=flat
7474

website/src/components/index/_content.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ const content = {
192192
title: 'Victory',
193193
description:
194194
'An ecosystem of modular data visualization components for React. Friendly and flexible.',
195-
link: 'https://formidable.com/open-source/victory'
195+
link: 'https://commerce.nearform.com/open-source/victory'
196196
},
197197
{
198198
title: 'urql',
199199
description:
200200
'Universal React Query Library is a blazing-fast GraphQL client, exposed as a set of ReactJS components.',
201-
link: 'https://formidable.com/open-source/urql/'
201+
link: 'https://commerce.nearform.com/open-source/urql/'
202202
},
203203
{
204204
title: 'Runpkg',
@@ -210,7 +210,7 @@ const content = {
210210
}
211211
],
212212
buttonText: 'View All',
213-
buttonUrl: 'https://formidable.com/open-source/'
213+
buttonUrl: 'https://commerce.nearform.com/open-source/'
214214
}
215215
};
216216

website/src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function Home() {
2525
<meta property="og:type" content="website" />
2626
<meta
2727
property="og:url"
28-
content="http://www.formidable.com/open-source/spectacle/"
28+
content="http://commerce.nearform.com/open-source/spectacle/"
2929
/>
3030
<meta
3131
property="og:description"

0 commit comments

Comments
 (0)