Skip to content

Commit 12f2397

Browse files
committed
Updated SMACK to use main branch instead of master
Closes #765
1 parent cadf77a commit 12f2397

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ items before you start contributing:
88
By participating, you are expected to honor this code.
99
* We use this [git branching
1010
model](http://nvie.com/posts/a-successful-git-branching-model/). Please avoid
11-
working directly on the `master` branch.
11+
working directly on the `main` branch.
1212
* We follow guidelines for [good git commit
1313
practice](https://wiki.openstack.org/wiki/GitCommitMessages)
1414
* We follow the [LLVM Coding

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![master branch ci status](https://github.com/smackers/smack/workflows/SMACK%20CI/badge.svg?branch=master)](https://github.com/smackers/smack/actions)
1+
[![main branch ci status](https://github.com/smackers/smack/workflows/SMACK%20CI/badge.svg?branch=main)](https://github.com/smackers/smack/actions)
22
[![develop branch ci status](https://github.com/smackers/smack/workflows/SMACK%20CI/badge.svg?branch=develop)](https://github.com/smackers/smack/actions)
33

44
<img src="docs/smack-logo.png" width=400 alt="SMACK Logo" align="right">

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ the following configurations:
5151
SMACK's Docker container images can be pulled from Docker Hub directly:
5252

5353
```shell
54-
docker pull smackers/smack:stable # built from the master branch
54+
docker pull smackers/smack:stable # built from the main branch
5555
docker pull smackers/smack:latest # built from the develop branch
5656
```
5757

@@ -83,7 +83,7 @@ SMACK depends on the following projects:
8383
* [Boogie][] or [Corral][] or compatible Boogie-format verifier
8484
* [sea-dsa][]
8585

86-
See [here](https://github.com/smackers/smack/blob/master/bin/versions) for
86+
See [here](https://github.com/smackers/smack/blob/main/bin/versions) for
8787
compatible version numbers of [Boogie][] and [Corral][]. See the appropriate
8888
installation instructions below for installing these requirements.
8989

@@ -198,7 +198,7 @@ shell in the `test` directory by executing
198198
[Mono]: http://www.mono-project.com/
199199
[Cygwin]: https://www.cygwin.com
200200
[.NET]: https://msdn.microsoft.com/en-us/vstudio/aa496123.aspx
201-
[build.sh]: https://github.com/smackers/smack/blob/master/bin/build.sh
201+
[build.sh]: https://github.com/smackers/smack/blob/main/bin/build.sh
202202
[Xcode]: https://developer.apple.com/xcode/
203203
[Homebrew]: http://brew.sh/
204204
[Homebrew Cask]: https://formulae.brew.sh/cask/

0 commit comments

Comments
 (0)