From f3f95548640579b95e6301d36600c8532044a951 Mon Sep 17 00:00:00 2001 From: BG Date: Wed, 26 Jun 2024 09:39:37 +0200 Subject: [PATCH] Switch bosh-prometheus to cloudfoundry --- CONTRIBUTING.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31bc3c0..e93f122 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,12 +11,12 @@ Here are some ways *you* can contribute: * by writing specifications * by writing code (**no patch is too small**: fix typos, add comments, clean up inconsistent whitespace) * by refactoring code -* by closing [issues](https://github.com/bosh-prometheus/node-exporter-boshrelease/issues) +* by closing [issues](https://github.com/cloudfoundry/node-exporter-boshrelease/issues) * by reviewing patches ## Submitting an Issue -We use the [GitHub issue tracker](https://github.com/bosh-prometheus/node-exporter-boshrelease/issues) to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a [Gist](http://gist.github.com/) that includes a stack trace and any details that may be necessary to reproduce the bug,. Ideally, a bug report should include a pull request with failing specs. +We use the [GitHub issue tracker](https://github.com/cloudfoundry/node-exporter-boshrelease/issues) to track bugs and features. Before submitting a bug report or feature request, check to make sure it hasn't already been submitted. You can indicate support for an existing issue by voting it up. When submitting a bug report, please include a [Gist](http://gist.github.com/) that includes a stack trace and any details that may be necessary to reproduce the bug,. Ideally, a bug report should include a pull request with failing specs. ## Submitting a Pull Request @@ -29,4 +29,4 @@ We use the [GitHub issue tracker](https://github.com/bosh-prometheus/node-export ## Code of Conduct -Please note that this project is released with a [Contributor Code of Conduct](https://github.com/bosh-prometheus/node-exporter-boshrelease/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. +Please note that this project is released with a [Contributor Code of Conduct](https://github.com/cloudfoundry/node-exporter-boshrelease/blob/master/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. diff --git a/README.md b/README.md index 2625a6d..a8ca45f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To use this BOSH release, first upload it to your BOSH: ``` export BOSH_ENVIRONMENT= -bosh upload-release https://github.com/bosh-prometheus/node-exporter-boshrelease/releases/download/v5.0.0/node-exporter-5.0.0.tgz +bosh upload-release https://github.com/cloudfoundry/node-exporter-boshrelease/releases/download/v5.0.0/node-exporter-5.0.0.tgz ``` Then create a runtime configuration file: @@ -42,7 +42,7 @@ Once runtime config is updated it will applied to all new deployments (the exist ## Contributing -Refer to [CONTRIBUTING.md](https://github.com/bosh-prometheus/node-exporter-boshrelease/blob/master/CONTRIBUTING.md). +Refer to [CONTRIBUTING.md](https://github.com/cloudfoundry/node-exporter-boshrelease/blob/master/CONTRIBUTING.md). ## Run tests @@ -55,4 +55,4 @@ $ docker run -ti --rm -v$(pwd):/repo ruby:3.2 /bin/bash ## License -Apache License 2.0, see [LICENSE](https://github.com/bosh-prometheus/node-exporter-boshrelease/blob/master/LICENSE). +Apache License 2.0, see [LICENSE](https://github.com/cloudfoundry/node-exporter-boshrelease/blob/master/LICENSE).