Skip to content

Commit ee0ba7e

Browse files
authored
Merge pull request #1761 from wittejm/update-code-for-pdx-links-to-code-pdx
update code for pdx links to code pdx
2 parents 6576549 + ad05b3b commit ee0ba7e

File tree

6 files changed

+11
-14
lines changed

6 files changed

+11
-14
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ This document provides some overall guidelines and suggestions for how to get st
1414
### First steps
1515

1616
1. [Set up your local dev environment](README.md#installation)
17-
2. Be sure to read our [code of conduct](http://www.codeforpdx.org/about/conduct)
18-
3. Say hi on our Slack Channel!
17+
2. Say hi on our Slack Channel!
1918

2019
### Using Git
2120

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
A project to automate expunging qualifying criminal records. This project is done in conjunction with Qiu-Qiu Law. [Learn more in the wiki](https://github.com/codeforpdx/recordexpungPDX/wiki).
55

6-
Please read our [code of conduct](http://www.codeforpdx.org/about/conduct).
7-
8-
If you're interested in learning more about our project and getting involved, please join us at one of our [meetup events!](https://www.meetup.com/Code-for-PDX/) You can also request an invite to join our [Slack channel](https://codeforpdx.slack.com/#record_expung) by contacting our CodeForPDX brigade leader, Hugh: Hugh@codeforpdx.org
6+
If you're interested in learning more about our project and getting involved, please join us at one of our [meetup events!](https://www.meetup.com/Code-for-PDX/)
97

108
## Table of Contents
119
- [Tech Overview](#tech-overview)
@@ -24,7 +22,7 @@ This is a web app built using [React](https://reactjs.org/) for the in-browser i
2422

2523
## Installation
2624

27-
You can get your dev environment up and running with installing only Docker and docker-compose. The npm and backend dev servers run in docker containers, synced with source code directories so that code changes propagate on the local servers right away. If you have any trouble, don't hesitate to ask on our [Slack channel](https://codeforpdx.slack.com/#record_expung)!
25+
You can get your dev environment up and running with installing only Docker and docker-compose. The npm and backend dev servers run in docker containers, synced with source code directories so that code changes propagate on the local servers right away.
2826

2927
1. **[Fork](https://help.github.com/articles/fork-a-repo/#fork-an-example-repository)** the repo to create a copy for your own github account,
3028
and **[clone](https://help.github.com/articles/fork-a-repo/#step-2-create-a-local-clone-of-your-fork)** your own copy. (Read [CONTRIBUTING.md](CONTRIBUTING.md) for important info about syncing code your on github)

src/frontend/src/components/About/__snapshots__/About.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ exports[`renders correctly 1`] = `
493493
</dl>
494494
<a
495495
className="fw7 link dark-blue hover-navy"
496-
href="https://www.codeforpdx.org"
496+
href="https://www.codepdx.org"
497497
>
498498
Volunteer with us
499499
</a>

src/frontend/src/components/About/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default class About extends React.Component {
250250
</dl>
251251
<a
252252
className="fw7 link dark-blue hover-navy"
253-
href="https://www.codeforpdx.org"
253+
href="https://www.codepdx.org"
254254
>
255255
Volunteer with us
256256
</a>

src/frontend/src/components/App/__snapshots__/App.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,7 +1831,7 @@ Array [
18311831
>
18321832
<a
18331833
className="link bb hover-dark-blue"
1834-
href="http://www.codeforpdx.org"
1834+
href="http://www.codepdx.org"
18351835
>
18361836
Code for PDX
18371837
</a>
@@ -2185,9 +2185,9 @@ Array [
21852185
21862186
<a
21872187
className="link bb hover-dark-blue"
2188-
href="http://www.codeforpdx.org"
2188+
href="http://www.codepdx.org"
21892189
>
2190-
Code for PDX
2190+
Code PDX
21912191
</a>
21922192
21932193
in collaboration with

src/frontend/src/components/Landing/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class Landing extends React.Component {
228228
<p className="lh-copy mb3">
229229
<a
230230
className="link bb hover-dark-blue"
231-
href="http://www.codeforpdx.org"
231+
href="http://www.codepdx.org"
232232
>
233233
Code for PDX
234234
</a>{" "}
@@ -488,9 +488,9 @@ class Landing extends React.Component {
488488
RecordSponge Oregon is a nonprofit service delivered by{" "}
489489
<a
490490
className="link bb hover-dark-blue"
491-
href="http://www.codeforpdx.org"
491+
href="http://www.codepdx.org"
492492
>
493-
Code&nbsp;for&nbsp;PDX
493+
Code&nbsp;PDX
494494
</a>{" "}
495495
in collaboration with{" "}
496496
<a

0 commit comments

Comments
 (0)