Skip to content

Commit 77c96ff

Browse files
committedAug 11, 2020
Update master branch references to main
1 parent 36761c4 commit 77c96ff

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
 

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ We love improvements to our tools! EDGI has general [guidelines for contributing
99
Issues that are project-wide, or relate heavily to the interaction between different components, should be added to our [Web Monitoring issue queue](https://github.com/edgi-govdata-archiving/web-monitoring/issues). Component-specific issues should be added to their respective repository.
1010

1111
<!-- Links -->
12-
[edgi-conduct]: https://github.com/edgi-govdata-archiving/overview/blob/master/CONDUCT.md
13-
[edgi-contributing]: https://github.com/edgi-govdata-archiving/overview/blob/master/CONTRIBUTING.md
12+
[edgi-conduct]: https://github.com/edgi-govdata-archiving/overview/blob/main/CONDUCT.md
13+
[edgi-contributing]: https://github.com/edgi-govdata-archiving/overview/blob/main/CONTRIBUTING.md

‎README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/edgi-govdata-archiving/overview/blob/master/CONDUCT.md) &nbsp;[![Project Status Board](https://img.shields.io/badge/✔-Project%20Status%20Board-green.svg?style=flat)](https://github.com/orgs/edgi-govdata-archiving/projects/4)
1+
[![Code of Conduct](https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-blue.svg?style=flat)](https://github.com/edgi-govdata-archiving/overview/blob/main/CONDUCT.md) &nbsp;[![Project Status Board](https://img.shields.io/badge/✔-Project%20Status%20Board-green.svg?style=flat)](https://github.com/orgs/edgi-govdata-archiving/projects/4)
22

33
# web-monitoring-processing
44

@@ -30,7 +30,7 @@ Working and Under Active Development:
3030
(Uses the Tornado web framework.)
3131

3232
Legacy projects that may be revisited:
33-
* [Example HTML](https://github.com/edgi-govdata-archiving/web-monitoring-processing/tree/master/archives) providing useful test cases.
33+
* [Example HTML](https://github.com/edgi-govdata-archiving/web-monitoring-processing/tree/main/archives) providing useful test cases.
3434

3535

3636
## Installation Instructions
@@ -44,18 +44,18 @@ Legacy projects that may be revisited:
4444
2. Install libxml2 and libxslt. (This package uses lxml, which requires your system to have the libxml2 and libxslt libraries.)
4545

4646
On MacOS, use Homebrew:
47-
47+
4848
```sh
4949
brew install libxml2
5050
brew install libxslt
5151
```
52-
52+
5353
On Debian Linux:
54-
54+
5555
```sh
5656
apt-get install libxml2-dev libxslt-dev
5757
```
58-
58+
5959
On other systems, the packages might have slightly different names.
6060

6161
3. Install the package.
@@ -72,7 +72,7 @@ Legacy projects that may be revisited:
7272
```sh
7373
source .env
7474
```
75-
75+
7676
5. See module comments and docstrings for more usage information. Also see the
7777
command line tool ``wm``, which is installed with the package. For help, use
7878
@@ -127,12 +127,12 @@ We usually create *merge commits* on the `release` branch that note the PRs incl
127127
128128
## Code of Conduct
129129
130-
This repository falls under EDGI's [Code of Conduct](https://github.com/edgi-govdata-archiving/overview/blob/master/CONDUCT.md).
130+
This repository falls under EDGI's [Code of Conduct](https://github.com/edgi-govdata-archiving/overview/blob/main/CONDUCT.md).
131131

132132

133133
## Contributors
134134

135-
This project wouldn’t exist without a lot of amazing people’s help. Thanks to the following for all their contributions! See our [contributing guidelines](https://github.com/edgi-govdata-archiving/web-monitoring-processing/blob/master/CONTRIBUTING.md) to find out how you can help.
135+
This project wouldn’t exist without a lot of amazing people’s help. Thanks to the following for all their contributions! See our [contributing guidelines](https://github.com/edgi-govdata-archiving/web-monitoring-processing/blob/main/CONTRIBUTING.md) to find out how you can help.
136136

137137
<!-- ALL-CONTRIBUTORS-LIST:START -->
138138
| Contributions | Name |
@@ -168,4 +168,4 @@ This program is free software: you can redistribute it and/or modify it under th
168168

169169
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
170170

171-
See the [`LICENSE`](https://github.com/edgi-govdata-archiving/webpage-versions-processing/blob/master/LICENSE) file for details.
171+
See the [`LICENSE`](https://github.com/edgi-govdata-archiving/webpage-versions-processing/blob/main/LICENSE) file for details.

0 commit comments

Comments
 (0)