Skip to content

Commit

Permalink
update code for pdx links to code pdx
Browse files Browse the repository at this point in the history
  • Loading branch information
wittejm committed Nov 20, 2024
1 parent 6576549 commit ad05b3b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 14 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ This document provides some overall guidelines and suggestions for how to get st
### First steps

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

### Using Git

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

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).

Please read our [code of conduct](http://www.codeforpdx.org/about/conduct).

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: [email protected]
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/)

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

## Installation

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)!
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.

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,
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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ exports[`renders correctly 1`] = `
</dl>
<a
className="fw7 link dark-blue hover-navy"
href="https://www.codeforpdx.org"
href="https://www.codepdx.org"
>
Volunteer with us
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/components/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export default class About extends React.Component {
</dl>
<a
className="fw7 link dark-blue hover-navy"
href="https://www.codeforpdx.org"
href="https://www.codepdx.org"
>
Volunteer with us
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ Array [
>
<a
className="link bb hover-dark-blue"
href="http://www.codeforpdx.org"
href="http://www.codepdx.org"
>
Code for PDX
</a>
Expand Down Expand Up @@ -2185,9 +2185,9 @@ Array [
<a
className="link bb hover-dark-blue"
href="http://www.codeforpdx.org"
href="http://www.codepdx.org"
>
Code for PDX
Code PDX
</a>
in collaboration with
Expand Down
6 changes: 3 additions & 3 deletions src/frontend/src/components/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class Landing extends React.Component {
<p className="lh-copy mb3">
<a
className="link bb hover-dark-blue"
href="http://www.codeforpdx.org"
href="http://www.codepdx.org"
>
Code for PDX
</a>{" "}
Expand Down Expand Up @@ -488,9 +488,9 @@ class Landing extends React.Component {
RecordSponge Oregon is a nonprofit service delivered by{" "}
<a
className="link bb hover-dark-blue"
href="http://www.codeforpdx.org"
href="http://www.codepdx.org"
>
Code&nbsp;for&nbsp;PDX
Code&nbsp;PDX
</a>{" "}
in collaboration with{" "}
<a
Expand Down

0 comments on commit ad05b3b

Please sign in to comment.