Skip to content

Commit 62af97d

Browse files
committed
Update ReadTheDocs URL
1 parent 34e6e6e commit 62af97d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SmartyBundle
33

44
[![Join the chat at https://gitter.im/noiselabs/SmartyBundle](https://badges.gitter.im/noiselabs/SmartyBundle.svg)](https://gitter.im/noiselabs/SmartyBundle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

6-
[@documentation]: https://smartybundle.readthedocs.org/ "SmartyBundle Documentation"
6+
[@documentation]: http://smartybundle.readthedocs.io/ "SmartyBundle Documentation"
77
[@php]: http://php.net/ "PHP: Hypertext Preprocessor"
88
[@smarty]: http://www.smarty.net/ "The compiling PHP template engine"
99
[@symfony]: http://www.symfony.com/ "High Performance PHP Framework for Web Development"

Resources/doc/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@
5656

5757
# General information about the project.
5858
project = u'SmartyBundle'
59-
copyright = u'2011-2014, Vítor Brandão'
59+
copyright = u'2011-2016, Vítor Brandão'
6060

6161
# The version info for the project you're documenting, acts as replacement for
6262
# |version| and |release|, also used in various other places throughout the
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '1.1.0-DEV'
66+
version = '1.3'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '1.1.0-DEV'
68+
release = '1.3.1'
6969

7070
# The language for content autogenerated by Sphinx. Refer to documentation
7171
# for a list of supported languages.
@@ -117,7 +117,7 @@
117117
'github_user': 'noiselabs',
118118
'github_repo': 'SmartyBundle',
119119
'twitter_username': 'noiselabs',
120-
'home_url': 'http://smartybundle.noiselabs.org',
120+
'home_url': 'http://smartybundle.readthedocs.io/',
121121
'disqus_shortname': 'noiselabs',
122122
}
123123

@@ -276,7 +276,7 @@
276276
epub_title = u'SmartyBundle'
277277
epub_author = u'Vítor Brandão'
278278
epub_publisher = u'Vítor Brandão'
279-
epub_copyright = u'2012, Vítor Brandão'
279+
epub_copyright = u'2011-2016, Vítor Brandão'
280280

281281
# The language of the text. It defaults to the language option
282282
# or en if the language is not set.

0 commit comments

Comments
 (0)