Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Project maintainers have the right and responsibility to remove, edit, or reject

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.

This Code of Conduct is adapted from the [Contributor Covenant](http:contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 1.0.0, available at [https://www.contributor-covenant.org/version/1/0/0/](https://www.contributor-covenant.org/version/1/0/0/)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ruby gem to interact with CloudFlare API v4

## Build Status

[![Build Status](https://github.com/peertransfer/glare/actions/workflows/ruby.yml/badge.svg)](https://github.com/peertransfer/glare/actions)
[![Build Status](https://github.com/flywirecorp/glare/actions/workflows/ruby.yml/badge.svg)](https://github.com/flywirecorp/glare/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/peertransfer/glare/badge.svg)](https://snyk.io/test/github/peertransfer/glare)

## Installation
Expand All @@ -27,7 +27,7 @@ Or install it yourself as:

In order to configure credentials used to interact with Cloudflare API you will need to setup the following environment variable:

- `CF_API_TOKEN`: Scoped API [token](https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys) defined in a Cloudflare account
- `CF_API_TOKEN`: Scoped API [token](https://developers.cloudflare.com/fundamentals/api/get-started/create-token/) defined in a Cloudflare account

or both of the following variables:

Expand Down Expand Up @@ -85,7 +85,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To

## Contributing

1. Fork it ( https://github.com/peertransfer/glare/fork )
1. Fork it ( https://github.com/flywirecorp/glare/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down