Skip to content

Commit 5102c84

Browse files
authored
Remove obsolete references to content directory (#163)
1 parent 24b289d commit 5102c84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ below.
1515

1616
### Building the site
1717

18-
After checking out a local copy of the site, in your favorite terminal, navigate to the `content` directory of the source repository
18+
After checking out a local copy of the site, in your favorite terminal, navigate to the `portal` directory of the source repository
1919

2020
```bash
21-
cd projectpythia.github.io/content
21+
cd projectpythia.github.io/portal
2222
```
2323

2424
Use [conda](https://docs.conda.io/) to set up a build environment:
@@ -52,7 +52,7 @@ Build the site locally using Sphinx (which you just installed in the `pythia` en
5252
make html
5353
```
5454

55-
The newly rendered site is now available in `content/_build/html/index.html`.
55+
The newly rendered site is now available in `portal/_build/html/index.html`.
5656
Open with your web browser, or from the terminal:
5757

5858
```bash
@@ -62,7 +62,7 @@ open _build/html/index.html
6262
However, many of the links will not work. For all of the links
6363
found in the portal to work properly, you'll need to set up a local
6464
testing server. This can be done with Python's http.server by running
65-
the following command from within the content directory:
65+
the following command from within the `portal` directory:
6666

6767
```bash
6868
python -m http.server --directory _build/html/

0 commit comments

Comments
 (0)