diff --git a/README.md b/README.md index 558472ba6bf6..53188aa1fc6b 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ The [self-host zip](https://www.invoiceninja.com/self-host/) includes all third * [Feature Roadmap](https://trello.com/b/63BbiVVe/) ## Development -* [Custom Module](http://docs.invoiceninja.com/en/latest/custom_modules.html) | [Watch Video](https://www.youtube.com/watch?v=8jJ-PYuq85k) -* [PHP SDK](https://github.com/invoiceninja/sdk-php) * [API Documentation](https://www.invoiceninja.com/api-documentation/) +* [PHP SDK](https://github.com/invoiceninja/sdk-php) +* [Custom Module](http://docs.invoiceninja.com/en/latest/custom_modules.html) | [Watch Video](https://www.youtube.com/watch?v=8jJ-PYuq85k) ## Contributing All contributors are welcome! diff --git a/docs/conf.py b/docs/conf.py index cca105788669..a51e7f32f9e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'Invoice Ninja' -copyright = u'2016, Invoice Ninja' +copyright = u'2017, Invoice Ninja' author = u'Invoice Ninja' # The version info for the project you're documenting, acts as replacement for