Skip to content

Commit

Permalink
Updated links from DopplerUniversity to DopplerHQ (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-blunden authored Mar 23, 2022
1 parent a79b7a1 commit d7313de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A GitOps Secrets workflow eliminates environment variable limits without insecur
1. Install the GitOps Secrets package (currently in developer preview):

```sh
npm install git+https://github.com/DopplerUniversity/gitops-secrets-nodejs.git
npm install git+https://github.com/DopplerHQ/gitops-secrets-nodejs.git
```

2. Bundle encrypted secrets into your build
Expand Down Expand Up @@ -171,6 +171,6 @@ Take a look at the [Vercel GitOps Secrets Next.js sample repository](https://git
As this package is still in developer preview, a huge contribution you can make is simply testing this with your preferred framework and serverless provider as we'd love your feedback!
You can get support in the [Doppler community forum](https://community.doppler.com/), find us on [Twitter](https://twitter.com/doppler), and for bugs or feature requests, [create an issue](https://github.com/DopplerUniversity/gitops-secrets-nodejs/issues) on this repository.
You can get support in the [Doppler community forum](https://community.doppler.com/), find us on [Twitter](https://twitter.com/doppler), and for bugs or feature requests, [create an issue](https://github.com/DopplerHQ/gitops-secrets-nodejs/issues) on this repository.
We'd also love to see the number of providers grow and you can check out our [contributing guide](CONTRIBUTING.md) to get started.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"description": "Securely bundle encrypted secrets into your deployments and safely decrypt at runtime.",
"repository": {
"type": "git",
"url": "https://github.com/DopplerUniversity/gitops-secrets-nodejs.git"
"url": "https://github.com/DopplerHQ/gitops-secrets-nodejs.git"
},
"homepage": "https://github.com/DopplerUniversity/gitops-secrets-nodejs#readme",
"homepage": "https://github.com/DopplerHQ/gitops-secrets-nodejs#readme",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/DopplerUniversity/gitops-secrets-nodejs/issues"
"url": "https://github.com/DopplerHQ/gitops-secrets-nodejs/issues"
},
"keywords": [
"dotenv",
Expand Down

0 comments on commit d7313de

Please sign in to comment.