@@ 70,7 70,7 @@ destinations:
##### Token Verification environment variables
-Ho-Tan uses the [IndieAuth::TokenVerification](https://github.com/srushe/indieauth-token-verification/) ruby gem to verify an IndieAuth access token against a token endpoint, and the `TOKEN_ENDPOINT` and `DOMAIN` environment variables are required by that gem.
+Ho-Tan uses the [IndieAuth::TokenVerification](https://code.deeden.co.uk/indieauth-token-verification) ruby gem to verify an IndieAuth access token against a token endpoint, and the `TOKEN_ENDPOINT` and `DOMAIN` environment variables are required by that gem.
`TOKEN_ENDPOINT` specifies the token endpoint to be used to validate the access token. Failure to specify `TOKEN_ENDPOINT` will result in a `IndieAuth::TokenVerification::MissingTokenEndpointError` error being raised.
@@ 89,16 89,20 @@ Finally, you can also use `APP_ENV` to tell Sinatra which environment it should
## Supported Post Types
-Ho-Tan supports all of the standard post types identified by the [Indieweb::PostTypes](https://github.com/srushe/indieweb-post_types) ruby gem, specifically `rsvp`, `reply`, `repost`, `like`, `video`, `photo`, `article`, and `note`. It also supports some non-standard types, specifically `bookmark`, `read`, and `scrobble` (as I wanted them).
+Ho-Tan supports all of the standard post types identified by the [Indieweb::PostTypes](https://code.deeden.co.uk/indieweb-post_types) ruby gem, specifically `rsvp`, `reply`, `repost`, `like`, `video`, `photo`, `article`, and `note`. It also supports some non-standard types, specifically `bookmark`, `read`, and `scrobble` (as I wanted them).
## Contributing
-While Ho-Tan is written with a view to "[self-dogfooding](https://indieweb.org/selfdogfood)" I'm still happy for other people to use and contribute to the project. Bug reports and pull requests are welcome on GitHub at https://github.com/srushe/ho-tan. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
+While Ho-Tan is written with a view to "[self-dogfooding](https://indieweb.org/selfdogfood)" I'm still happy for other people to use and contribute to the project. Bug reports can be added at [https://code.deeden.co.uk/ho-tan/issues](https://code.deeden.co.uk/ho-tan/issues), while patches are welcome at [https://code.deeden.co.uk/ho-tan/patches](https://code.deeden.co.uk/ho-tan/patches).
## License
This application is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
+## Code of Conduct
+
+This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
+
## Ho-Tan?
