Skip to content

Commit

Permalink
chore: fix up wpmedia org to washingtonpost org
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed May 11, 2022
1 parent 87e91c5 commit 50de83d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use to your heart's content ❤️:
1. Make your changes.
1. Please use conventional commits for commit messages. https://www.conventionalcommits.org/en/v1.0.0/. We use this to create the correct version for our package. Thank you.
1. Submit your changes as a pull request or a fork.
1. Ask for a review from a team mate and one person from the "@WPMedia/wpds-core" team.
1. Ask for a review from a team mate and one person from the "@washingtonpost/wpds" team.
1. A core team member will merge your code.
1. A core team member will help you create a release.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/WPMedia/wapo-tachyons-css.git"
"url": "https://github.com/washingtonpost/tachyons-css.git"
},
"author": "WPDS Support <[email protected]>",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Use to your heart's content ❤️:
1. Make your changes.
1. Please use conventional commits for commit messages. https://www.conventionalcommits.org/en/v1.0.0/. We use this to create the correct version for our package. Thank you.
1. Submit your changes as a pull request or a fork.
1. Ask for a review from a team mate and one person from the "@WPMedia/wpds-core" team.
1. Ask for a review from a team mate and one person from the "@washingtonpost/wpds-core" team.
1. A core team member will merge your code.
1. A core team member will help you create a release.

Expand Down
2 changes: 1 addition & 1 deletion pages/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import Head from "next/head";

# Search the Tachyons

We are searching the [Tachyons stylesheet](https://github.com/WPMedia/wapo-tachyons-css/blob/main/src/index.css). Try `CTRL` + `F` to search the results.
We are searching the [Tachyons stylesheet](https://github.com/washingtonpost/tachyons-css/blob/main/src/index.css). Try `CTRL` + `F` to search the results.

<TachyonsSearch />
6 changes: 3 additions & 3 deletions theme.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// theme.config.js
export default {
darkMode: true,
projectLink: "https://github.com/WPMedia/wapo-tachyons-css", // GitHub link in the navbar
docsRepositoryBase: "https://github.com/WPMedia/wapo-tachyons-css/blob/main", // base URL for the docs repository
titleSuffix: " - WaPo Tachyons", // title suffix for the page
projectLink: "https://github.com/washingtonpost/tachyons-css", // GitHub link in the navbar
docsRepositoryBase: "https://github.com/washingtonpost/tachyons-css/blob/main", // base URL for the docs repository
titleSuffix: " - WaPo Tachyons CSS", // title suffix for the page
nextLinks: true,
prevLinks: true,
search: true,
Expand Down

1 comment on commit 50de83d

@vercel
Copy link

@vercel vercel bot commented on 50de83d May 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.