diff --git a/Contributing.md b/Contributing.md index d835968..1f18991 100644 --- a/Contributing.md +++ b/Contributing.md @@ -8,7 +8,7 @@ follow this guide when creating contributions to help make the project better! If you find a bug or a place where documentation needs to be improved, or if you have a feature request, please -[submit an issue](https://github.com/citizennet/purescript-httpure/issues/new)! In +[submit an issue](https://github.com/davezuch/purescript-httpure/issues/new)! In issues you submit, please be clear, and preferably have code examples indicating what is broken, needs improvement, or what your requested API should look like. @@ -18,9 +18,9 @@ All contributions to this repository should come in the form of pull requests. All pull requests must be reviewed before being merged. Please follow these steps for creating a successful PR: -1. [Create an issue](https://github.com/citizennet/purescript-httpure/issues/new) +1. [Create an issue](https://github.com/davezuch/purescript-httpure/issues/new) for your contribution. -2. [Create a fork](https://github.com/citizennet/purescript-httpure) on github. +2. [Create a fork](https://github.com/davezuch/purescript-httpure) on github. 3. Create a branch in your fork for your contribution. 4. Add your contribution to the source tree. 5. Run the test suite. All tests MUST pass for a PR to be accepted. diff --git a/Readme.md b/Readme.md index 585b8c6..54016d1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # HTTPure -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/citizennet/purescript-httpure/main/License) -[![Latest release](http://img.shields.io/github/release/citizennet/purescript-httpure.svg)](https://github.com/citizennet/purescript-httpure/releases) +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/davezuch/purescript-httpure/main/License) +[![Latest release](http://img.shields.io/github/release/davezuch/purescript-httpure.svg)](https://github.com/davezuch/purescript-httpure/releases) [![purescript-httpure on Pursuit](https://pursuit.purescript.org/packages/purescript-httpure/badge)](https://pursuit.purescript.org/packages/purescript-httpure) A purescript HTTP server framework. @@ -18,7 +18,7 @@ HTTPure is: This project is currently fairly stable, but has not reached it's 1.0 release yet. You can track what's left before it gets there by looking at our -[roadmap](https://github.com/citizennet/purescript-httpure/projects). The API +[roadmap](https://github.com/davezuch/purescript-httpure/projects). The API signatures are _mostly_ stable, but are subject to change before the 1.0 release if there's a good reason to change them. diff --git a/Releasing.md b/Releasing.md index e4477fe..ab69c2a 100644 --- a/Releasing.md +++ b/Releasing.md @@ -17,4 +17,4 @@ 5. If you are pushing a non-patch release, create and push a branch named with the version series, i.e. `v0.1.x`. 6. [Create the release on - github](https://github.com/citizennet/purescript-httpure/releases/new). + github](https://github.com/davezuch/purescript-httpure/releases/new). diff --git a/bower.json b/bower.json index 989122c..be1b095 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/citizennet/purescript-httpure.git" + "url": "https://github.com/davezuch/purescript-httpure.git" }, "ignore": [ "**/.*", diff --git a/spago.dhall b/spago.dhall index e18eadd..aecff2b 100644 --- a/spago.dhall +++ b/spago.dhall @@ -26,5 +26,5 @@ , packages = ./packages.dhall , sources = [ "src/**/*.purs" ] , license = "MIT" -, repository = "https://github.com/citizennet/purescript-httpure.git" +, repository = "https://github.com/davezuch/purescript-httpure.git" }