Skip to content

Commit

Permalink
master->main (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Apr 16, 2022
1 parent 6f62d79 commit cb40e2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- uses: bufbuild/buf-breaking-action@v1
with:
input: "rpc/flipt"
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=master"
against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=main"
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Running `task assets` will regenerate the embedded assets (ui, api documentation

The UI is built using [Yarn](https://yarnpkg.com/en/) and [webpack](https://webpack.js.org/) and is also statically compiled into the Flipt binary.

The [ui/README.md](https://github.com/markphelps/flipt/tree/master/ui/README.md) has more information on how to build the UI and also how to run it locally during development.
The [ui/README.md](https://github.com/markphelps/flipt/tree/main/ui/README.md) has more information on how to build the UI and also how to run it locally during development.

## Remote Containers/GitHub Codespaces

Expand All @@ -76,7 +76,7 @@ Flipt uses [modd](https://github.com/cortesi/modd) for managing processes during

Run `task dev` from the project root. See [modd.conf](modd.conf) for configuration.

The `webpack-dev-server` that is used when running the UI in development mode will rebuild the UI assets when applicable files in the `ui` folder change. See [ui/README.md](https://github.com/markphelps/flipt/tree/master/ui/README.md) for more info.
The `webpack-dev-server` that is used when running the UI in development mode will rebuild the UI assets when applicable files in the `ui` folder change. See [ui/README.md](https://github.com/markphelps/flipt/tree/main/ui/README.md) for more info.

### Ports

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<a href="https://github.com/markphelps/flipt/actions">
<img src="https://github.com/markphelps/flipt/workflows/Tests/badge.svg" alt="Build Status" />
</a>
<a href="https://github.com/markphelps/flipt/blob/master/LICENSE">
<a href="https://github.com/markphelps/flipt/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/markphelps/flipt.svg" alt="GPL 3.0" />
</a>
<a href="https://hub.docker.com/r/markphelps/flipt">
<img src="https://img.shields.io/docker/pulls/markphelps/flipt.svg" alt="Docker Pulls" />
</a>
<a href="https://codecov.io/gh/markphelps/flipt">
<img src="https://codecov.io/gh/markphelps/flipt/branch/master/graph/badge.svg" alt="Coverage" />
<img src="https://codecov.io/gh/markphelps/flipt/branch/main/graph/badge.svg" alt="Coverage" />
</a>
<a href="https://goreportcard.com/report/github.com/markphelps/flipt">
<img src="https://goreportcard.com/badge/github.com/markphelps/flipt" alt="Go Report Card" />
Expand Down Expand Up @@ -126,13 +126,13 @@ Client libraries built by awesome people from the Open Source community:

### Generate Your Own

If a client in your language is not available for download, you can easily generate one yourself using the existing [protobuf definition](https://github.com/markphelps/flipt/blob/master/rpc/flipt/flipt.proto). The [GRPC documentation](https://grpc.io/docs/) has extensive examples on how to generate GRPC clients in each supported language.
If a client in your language is not available for download, you can easily generate one yourself using the existing [protobuf definition](https://github.com/markphelps/flipt/blob/main/rpc/flipt/flipt.proto). The [GRPC documentation](https://grpc.io/docs/) has extensive examples on how to generate GRPC clients in each supported language.

## Examples

Check out the [examples](/examples) to see how Flipt works.

Here's a [basic one](https://github.com/markphelps/flipt/tree/master/examples/basic) to get started!
Here's a [basic one](https://github.com/markphelps/flipt/tree/main/examples/basic) to get started!

## Licensing

Expand Down

0 comments on commit cb40e2f

Please sign in to comment.