From a60a8ccb440c272f3ea8affd8744e24e6a843f17 Mon Sep 17 00:00:00 2001 From: Alejandro Colomina Date: Mon, 9 Mar 2026 14:55:44 +0100 Subject: [PATCH] fix: broken links and 301 redirections --- CODE_OF_CONDUCT.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index c5393d1..7702838 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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/) diff --git a/README.md b/README.md index 2f66e76..72dad75 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: @@ -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`)