Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit f9984f2

Browse files
committed
master -> main
1 parent 5cc3046 commit f9984f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ possible.
44

55
## Our Development Process
66

7-
This project is developed in the 'master' branch on GitHub. Changes should be
7+
This project is developed in the 'main' branch on GitHub. Changes should be
88
submitted as pull requests.
99

10-
Usually, versions will be tagged directly from master; if changes are needed to
10+
Usually, versions will be tagged directly from main; if changes are needed to
1111
an old release, a branch will be cut from the previous release in that series - e.g.
1212
v1.2.3 might be tagged from a `1.2.x` branch.
1313

1414
## Pull Requests
1515
We actively welcome your pull requests.
16-
1. Fork the repo and create your branch from `master`.
16+
1. Fork the repo and create your branch from `main`.
1717
2. If you've added code that should be tested, add tests
1818
3. Ensure the test suite passes and the example still work
1919
4. If you haven't already, complete the Contributor License Agreement ("CLA").

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hh-apidoc
22

3-
[![Build Status](https://travis-ci.org/hhvm/hh-apidoc.svg?branch=master)](https://travis-ci.org/hhvm/hh-apidoc)
3+
[![Continuous Integration](https://github.com/hhvm/hh-apidoc/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/hhvm/hh-apidoc/actions/workflows/build-and-test.yml)
44

55
An API documentation generator for Hack files. The generator works on files that start with `<?hh`.
66

0 commit comments

Comments
 (0)