Merge pull request #249 from vchepkov/community

update links to github Puppet Community
This commit is contained in:
Joseph (Jy) Yaworski
2016-06-04 14:56:55 -04:00
3 changed files with 4 additions and 4 deletions

View File

@@ -618,7 +618,7 @@ and answer questions related to pypuppetdb and Puppetboard.
There is also a `GoogleGroup`_ to exchange questions and discussions. Please There is also a `GoogleGroup`_ to exchange questions and discussions. Please
note that this group contains discussions of other Puppet Community projects. note that this group contains discussions of other Puppet Community projects.
.. _issue: https://github.com/puppet-community/puppetboard/issues .. _issue: https://github.com/voxpupuli/puppetboard/issues
.. _IRCnet: http://www.ircnet.org .. _IRCnet: http://www.ircnet.org
.. _Freenode: http://freenode.net .. _Freenode: http://freenode.net
.. _GoogleGroup: https://groups.google.com/forum/?hl=en#!forum/puppet-community .. _GoogleGroup: https://groups.google.com/forum/?hl=en#!forum/puppet-community

View File

@@ -48,7 +48,7 @@
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
<div class="item right"><a href="https://github.com/puppet-community/puppetboard" target="_blank">v0.1.3</a></div> <div class="item right"><a href="https://github.com/voxpupuli/puppetboard" target="_blank">v0.1.3</a></div>
</div> </div>
<div class="ui grid padding-bottom"> <div class="ui grid padding-bottom">
<div class="one wide column"></div> <div class="one wide column"></div>
@@ -64,7 +64,7 @@
<footer class="ui absolute fixed bottom"> <footer class="ui absolute fixed bottom">
<div> <div>
Copyright &copy; 2013-{{ now('%Y') }} <a href="https://github.com/puppet-community" target="_blank">Puppet Community</a>. <span style="float:right">Live from PuppetDB.</span> Copyright &copy; 2013-{{ now('%Y') }} <a href="https://github.com/voxpupuli" target="_blank">Puppet Community</a>. <span style="float:right">Live from PuppetDB.</span>
</div> </div>
</footer> </footer>

View File

@@ -23,7 +23,7 @@ setup(
author='Daniele Sluijters', author='Daniele Sluijters',
author_email='daniele.sluijters+pypi@gmail.com', author_email='daniele.sluijters+pypi@gmail.com',
packages=find_packages(), packages=find_packages(),
url='https://github.com/puppet-community/puppetboard', url='https://github.com/voxpupuli/puppetboard',
license='Apache License 2.0', license='Apache License 2.0',
description='Web frontend for PuppetDB', description='Web frontend for PuppetDB',
include_package_data=True, include_package_data=True,