Skip to content

Commit f93f622

Browse files
Merge pull request creativecommons#781 from creativecommons/update-links
update links to `vocabulary-legacy`, fix other errors encountered along the way
2 parents 7c36560 + 5d21f98 commit f93f622

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

content/blog/authors/nimishbongale/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ about:
99
[Nimish Bongale](https://nimishbongale.github.io/) is a Technical Writing
1010
Intern at Creative Commons. He goes by `@nimishnb` on the CC Community Slack
1111
workspace. Nimish developed the website and documentation for [CC
12-
Vocabulary](https://github.com/creativecommons/vocabulary/) as part of [Google
12+
Vocabulary Legacy](https://github.com/cc-archive/vocabulary-legacy/) as part of [Google
1313
Season of Docs (GSoD) 2020](/programs/history/).

content/blog/entries/2022-11-11-calver-to-semver/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ example, NPM currently strips leading zeros which breaks CDN integration
6666
([CalVer and CDN compatibility · Issue #588 ·
6767
creativecommons/vocabulary][issue588]).
6868

69-
[issue588]: https://github.com/creativecommons/vocabulary/issues/588.
69+
[issue588]: https://github.com/cc-archive/vocabulary-legacy/issues/588.
7070

7171

7272
## Using SemVer

content/blog/entries/cc-platform-toolkit-revamp-4/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub_date: 2020-03-04
1515
body:
1616
Phew, how is it possible that we're already in March? Between my last check-in and today, there was a lot of work and effort into revamping the [Platform Toolkit](https://creativecommons.org/platform/toolkit/).
1717

18-
There were two rounds of user interviews: the first one was done looking only at the wireframe, focusing exclusively on usability and content. This provided a lot of important feedback to adjust the structure and move forward with the UI. I tried my best to apply the design standards already mapped out by the [Vocabulary](https://github.com/creativecommons/vocabulary/) project, so that in the future this wouldn't stand out from other CC materials.
18+
There were two rounds of user interviews: the first one was done looking only at the wireframe, focusing exclusively on usability and content. This provided a lot of important feedback to adjust the structure and move forward with the UI. I tried my best to apply the design standards already mapped out by the [Vocabulary Legacy](https://github.com/cc-archive/vocabulary-legacy/) project, so that in the future this wouldn't stand out from other CC materials.
1919

2020
The second round of user interviews was done with a UI prototype, and was meant to take away some of my doubts regarding a few choices in this project. For instance, would it be best for the user to have the information in a single page, or would that be too much, and best to split in separate pages? There were pros and cons to both scenarios, but in the end we decided to stick with the single-page format because of a particular behavior: one of the ways users search for content is to ctrl+F and look for keywords. That would be drastically less effective with multiple pages.
2121

content/blog/entries/cc-vocabulary-docs-updates-3/contents.lr

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Excited to know more about this week's vocabulary site updates? Read on to find
2626

2727
Merged? Yes. **Merged**. Here's my story!
2828

29-
- After getting a thumbs up from the UX Designer, I put up my [GSoD Website PR](https://github.com/creativecommons/vocabulary/pull/747) for review.
29+
- After getting a thumbs up from the UX Designer, I put up my [GSoD Website PR](https://github.com/cc-archive/vocabulary-legacy/pull/747) for review.
3030
- I was confident there would be changes, and I let them roll in. It's important to note here that what seems perfect to you may not be so to others, and only experience teaches you the right from the wrong.
3131
- There were a few of them, mainly dealing with spacing, textual content and colors. I resolved them as soon as I could.
3232
- [zackkrida](/blog/authors/zackkrida/) has been kind enough to point and enumerate all of them for me!
@@ -53,9 +53,9 @@ Merged? Yes. **Merged**. Here's my story!
5353

5454
Being a part of an open source organisation also means that I must try to bring in contributions from existing & first time contributors. Here's a peek into my efforts for the same:
5555

56-
- The [dark mode PR](https://github.com/creativecommons/vocabulary/pull/806) started off as a hacktoberfest contribution, and it is now complete!
56+
- The [dark mode PR](https://github.com/cc-archive/vocabulary-legacy/pull/806) started off as a hacktoberfest contribution, and it is now complete!
5757
- Created a `/shared` package to house common files between packages (such as the dark & light theme after referring to the [React](https://reactjs.org/) documentation.
58-
- The automated npm [README.md customisation](https://github.com/creativecommons/vocabulary/pull/746) is now up and running. (really had a blast solving that issue!)
58+
- The automated npm [README.md customisation](https://github.com/cc-archive/vocabulary-legacy/pull/746) is now up and running. (really had a blast solving that issue!)
5959
- If the snapshot testing stands approved, we'll have it running on chromatic!
6060
- Raised issues to add multiple badges to the root README.md file; namely `maintained with Lerna` & custom badges for package sizes from [packagephobia](https://packagephobia.com/).
6161

content/blog/entries/cc-vocabulary-docs-updates-closing/contents.lr

+14-14
Original file line numberDiff line numberDiff line change
@@ -210,59 +210,59 @@ Here's the link to the [documentation site](https://cc-vocabulary.netlify.app).
210210
<tr>
211211
<td rowspan=14><a href="https://github.com/creativecommons/vocabulary">@creativecommons/vocabulary</a></td>
212212
<td>Developed the CC Vocabulary Landing Page</td>
213-
<td><a href="https://github.com/creativecommons/vocabulary/pull/747">https://github.com/creativecommons/vocabulary/pull/747<br><a href="https://cc-vocab-draft.web.app">https://cc-vocab-draft.web.app</a></td>
213+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/747">https://github.com/cc-archive/vocabulary-legacy/pull/747<br><a href="https://cc-vocab-draft.web.app">https://cc-vocab-draft.web.app</a></td>
214214
</tr>
215215
<tr>
216216
<td>Implemented dark mode for our storybooks</td>
217-
<td><a href="https://github.com/creativecommons/vocabulary/pull/806">https://github.com/creativecommons/vocabulary/pull/806</a><br><a href="https://cc-vocabulary.netlify.app">https://cc-vocabulary.netlify.app</a></td>
217+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/806">https://github.com/cc-archive/vocabulary-legacy/pull/806</a><br><a href="https://cc-vocabulary.netlify.app">https://cc-vocabulary.netlify.app</a></td>
218218
</tr>
219219
<tr>
220220
<td>Carried out a monorepo wide documentation revamp</td>
221-
<td><a href="https://github.com/creativecommons/vocabulary/pull/813">https://github.com/creativecommons/vocabulary/pull/813</a></td>
221+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/813">https://github.com/cc-archive/vocabulary-legacy/pull/813</a></td>
222222
</tr>
223223
<tr>
224224
<td>Wrote the Monorepo Documentation Story</td>
225-
<td><a href="https://github.com/creativecommons/vocabulary/pull/785">https://github.com/creativecommons/vocabulary/pull/785</a><br><a href="https://cc-vocabulary.netlify.app/?path=/docs/vocabulary-structure--page#why-is-vocabulary-a-monorepo">https://cc-vocabulary.netlify.app/?path=/docs/vocabulary-structure--page#why-is-vocabulary-a-monorepo</a></td>
225+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/785">https://github.com/cc-archive/vocabulary-legacy/pull/785</a><br><a href="https://cc-vocabulary.netlify.app/?path=/docs/vocabulary-structure--page#why-is-vocabulary-a-monorepo">https://cc-vocabulary.netlify.app/?path=/docs/vocabulary-structure--page#why-is-vocabulary-a-monorepo</a></td>
226226
</tr>
227227
<tr>
228228
<td>Wrote the Grid Documentation Story</td>
229-
<td><a href="https://github.com/creativecommons/vocabulary/pull/802">https://github.com/creativecommons/vocabulary/pull/802</a><br><a href="https://cc-vocabulary.netlify.app/?path=/docs/layouts-grid--fullhd#grid-system">https://cc-vocabulary.netlify.app/?path=/docs/layouts-grid--fullhd#grid-system</a></td>
229+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/802">https://github.com/cc-archive/vocabulary-legacy/pull/802</a><br><a href="https://cc-vocabulary.netlify.app/?path=/docs/layouts-grid--fullhd#grid-system">https://cc-vocabulary.netlify.app/?path=/docs/layouts-grid--fullhd#grid-system</a></td>
230230
</tr>
231231
<tr>
232232
<td>Wrote the "Getting Started" Usage Guide</td>
233-
<td><a href="https://github.com/creativecommons/vocabulary/pull/774">https://github.com/creativecommons/vocabulary/pull/774</a><br><a href="https://cc-vocabulary.netlify.app/?path=/story/vocabulary-getting-started--page#getting-started">https://cc-vocabulary.netlify.app/?path=/story/vocabulary-getting-started--page#getting-started</a></td>
233+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/774">https://github.com/cc-archive/vocabulary-legacy/pull/774</a><br><a href="https://cc-vocabulary.netlify.app/?path=/story/vocabulary-getting-started--page#getting-started">https://cc-vocabulary.netlify.app/?path=/story/vocabulary-getting-started--page#getting-started</a></td>
234234
</tr>
235235
<tr>
236236
<td>Added a CHANGELOG.md to adhere to OSS conventions</td>
237-
<td><a href=https://github.com/creativecommons/vocabulary/pull/671">https://github.com/creativecommons/vocabulary/pull/671</a><br><a href="https://github.com/creativecommons/vocabulary/blob/main/CHANGELOG.md">https://github.com/creativecommons/vocabulary/blob/main/CHANGELOG.md</a></td>
237+
<td><a href=https://github.com/cc-archive/vocabulary-legacy/pull/671">https://github.com/cc-archive/vocabulary-legacy/pull/671</a><br><a href="https://github.com/cc-archive/vocabulary-legacy/blob/main/CHANGELOG.md">https://github.com/cc-archive/vocabulary-legacy/blob/main/CHANGELOG.md</a></td>
238238
</tr>
239239
<tr>
240240
<td>Unified README.md and updated monorepo build process</td>
241-
<td><a href="https://github.com/creativecommons/vocabulary/pull/649">https://github.com/creativecommons/vocabulary/pull/649</a><br><a href="https://www.npmjs.com/package/@creativecommons/vocabulary">https://www.npmjs.com/package/@creativecommons/vocabulary</a><br><a href="https://www.npmjs.com/package/@creativecommons/fonts">https://www.npmjs.com/package/@creativecommons/fonts</a><br><a href="https://www.npmjs.com/package/@creativecommons/vue-vocabulary">https://www.npmjs.com/package/@creativecommons/vue-vocabulary</a></td>
241+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/649">https://github.com/cc-archive/vocabulary-legacy/pull/649</a><br><a href="https://www.npmjs.com/package/@creativecommons/vocabulary">https://www.npmjs.com/package/@creativecommons/vocabulary</a><br><a href="https://www.npmjs.com/package/@creativecommons/fonts">https://www.npmjs.com/package/@creativecommons/fonts</a><br><a href="https://www.npmjs.com/package/@creativecommons/vue-vocabulary">https://www.npmjs.com/package/@creativecommons/vue-vocabulary</a></td>
242242
</tr>
243243
<tr>
244244
<td>Configured GitHub native dependabot</td>
245-
<td><a href="https://github.com/creativecommons/vocabulary/pull/452">https://github.com/creativecommons/vocabulary/pull/452</a></td>
245+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/452">https://github.com/cc-archive/vocabulary-legacy/pull/452</a></td>
246246
</tr>
247247
<tr>
248248
<td>Added phone screen backgrounds</td>
249-
<td><a href="https://github.com/creativecommons/vocabulary/pull/445">https://github.com/creativecommons/vocabulary/pull/445</a></td>
249+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/pull/445">https://github.com/cc-archive/vocabulary-legacy/pull/445</a></td>
250250
</tr>
251251
<tr>
252252
<td>Introduce Snapshot Testing to Vocabulary using Chromatic</td>
253-
<td><a href="https://github.com/creativecommons/vocabulary/issues/735">https://github.com/creativecommons/vocabulary/issues/735</a></td>
253+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/issues/735">https://github.com/cc-archive/vocabulary-legacy/issues/735</a></td>
254254
</tr>
255255
<tr>
256256
<td>Add a maintained with Lerna badge</td>
257-
<td><a href="https://github.com/creativecommons/vocabulary/issues/807">https://github.com/creativecommons/vocabulary/issues/807</a><br><a href="https://github.com/creativecommons/vocabulary/blob/main/README.md">https://github.com/creativecommons/vocabulary/blob/main/README.md</a></td>
257+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/issues/807">https://github.com/cc-archive/vocabulary-legacy/issues/807</a><br><a href="https://github.com/cc-archive/vocabulary-legacy/blob/main/README.md">https://github.com/cc-archive/vocabulary-legacy/blob/main/README.md</a></td>
258258
</tr>
259259
<tr>
260260
<td>Add new install size badges for our packages</td>
261-
<td><a href="https://github.com/creativecommons/vocabulary/issues/776">https://github.com/creativecommons/vocabulary/issues/776</a><br><a href="https://github.com/creativecommons/vocabulary/blob/main/README.md">https://github.com/creativecommons/vocabulary/blob/main/README.md</a</td>
261+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/issues/776">https://github.com/cc-archive/vocabulary-legacy/issues/776</a><br><a href="https://github.com/cc-archive/vocabulary-legacy/blob/main/README.md">https://github.com/cc-archive/vocabulary-legacy/blob/main/README.md</a</td>
262262
</tr>
263263
<tr>
264264
<td>Customise individual README's for our packages</td>
265-
<td><a href="https://github.com/creativecommons/vocabulary/issues/736">https://github.com/creativecommons/vocabulary/issues/736</a></td>
265+
<td><a href="https://github.com/cc-archive/vocabulary-legacy/issues/736">https://github.com/cc-archive/vocabulary-legacy/issues/736</a></td>
266266
</tr>
267267
<tr>
268268
<td rowspan=5><a href="https://github.com/creativecommons/creativecommons.github.io-source">@creativecommons/creativecommons.github.io-source</a></td>

content/blog/entries/cc-vocabulary-week9-13/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
This will be my last blog as an Outreachy intern. My watch as an intern has come to an end. I am glad I chose the Creative Commons community or rather am glad Creative Commons chose me (am not the chosen one). I have gained a lot of valuable knowledge, skills and I am more confident in my abilities.
1919

2020
##Summary of My Internship with Vocabulary
21-
I have been more involved with the Vocabulary project during my internship and am happy with the work that has been done so far. I made 24 pull requests with 17 merged. My last contribution was adding a [header component](https://github.com/creativecommons/vocabulary/pull/145) to the revamped Vocabulary. Here is a summary of my time with Vocabulary.
21+
I have been more involved with the Vocabulary project during my internship and am happy with the work that has been done so far. I made 24 pull requests with 17 merged. My last contribution was adding a [header component](https://github.com/cc-archive/vocabulary-legacy/pull/145) to the revamped Vocabulary. Here is a summary of my time with Vocabulary.
2222

2323
###When I started my Internship, Vocabulary comprised of:
2424
- UI components built with Vue

content/community/write-a-blog-post/contents.lr

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're writing about a project you're working on, here are a few ways you cou
2929
- Announce your project and ask for contributions (example: [CC Vocabulary announcement](https://creativecommons.github.io/blog/entries/cc-vocabulary-new-design-system/))
3030
- Write an overview of how your project works without as much narrative (example: [this post about the CC Catalog](https://creativecommons.github.io/blog/entries/cc-catalog-leverage-open-data-1/))
3131

32-
<p class="text-muted"><em>If you have more tips, <a href="https://github.com/creativecommons/vocabulary/blob/main/content/community/write-a-blog-post/contents.lr">submit an edit to this page</a>.</em></p>
32+
<p class="text-muted"><em>If you have more tips, <a href="https://github.com/creativecommons/creativecommons.github.io-source/blob/main/content/community/write-a-blog-post/contents.lr">submit an edit to this page</a>.</em></p>
3333

3434
## How to post
3535

content/contributing-code/github-repo-guidelines/contents.lr

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ these files:
3838
[dco]: https://developercertificate.org/
3939
[issue-template-bug]: https://github.com/creativecommons/.github/blob/main/.github/ISSUE_TEMPLATE/bug_report.md
4040
[issue-template-feature]: https://github.com/creativecommons/.github/blob/main/.github/ISSUE_TEMPLATE/feature_request.md
41-
[conduct]: https://github.com/creativecommons/vocabulary/blob/main/CODE_OF_CONDUCT.md
41+
[conduct]: https://github.com/creativecommons/.github/blob/main/CODE_OF_CONDUCT.md
4242
[help-conduct]: https://help.github.com/en/articles/adding-a-code-of-conduct-to-your-project
43-
[contributing]: https://github.com/creativecommons/vocabulary/blob/main/CONTRIBUTING.md
43+
[contributing]: https://github.com/creativecommons/.github/blob/main/CONTRIBUTING.md
4444
[setting-guidelines]: https://help.github.com/en/articles/setting-guidelines-for-repository-contributors
4545
[funding]: https://github.com/creativecommons/.github/blob/main/FUNDING.yml
4646
[support]: https://github.com/creativecommons/.github/blob/main/SUPPORT.md

0 commit comments

Comments
 (0)