Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: ./builtdocs
fqdn: param.pyviz.org
fqdn: param.holoviz.org
on:
tags: true
all_branches: true
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies, and is provided freely for both non-commercial and
commercial use under a BSD license, so that it can easily be included
as part of other projects.

Please see `param's website <http://param.pyviz.org>`_ for
Please see `param's website <http://param.holoviz.org>`_ for
official releases, installation instructions, documentation, and examples.

.. |LinuxTests| image:: https://travis-ci.org/holoviz/param.svg?branch=master
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from nbsite.shared_conf import *

project = u'Param'
authors = u'PyViz authors'
authors = u'HoloViz authors'
copyright = u'\u00a9 2005-2018, ' + authors
description = 'Declarative Python programming using Parameters.'

Expand All @@ -28,7 +28,7 @@
'DESCRIPTION': description,
'AUTHOR': authors,
# canonical URL (for search engines); can ignore for local builds
'WEBSITE_SERVER': 'https://param.pyviz.org',
'WEBSITE_SERVER': 'https://param.holoviz.org',
'VERSION': version,
'NAV': _NAV,
'LINKS': _NAV,
Expand Down
2 changes: 1 addition & 1 deletion examples/About.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Param is part of [PyViz](http://pyviz.org), a collaborative project to produce a coherent solution to a wide range of Python visualization problems."
"Param is part of [HoloViz](http://holoviz.org), a collaborative project to produce a coherent solution to a wide range of Python visualization problems."
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion param/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Provide consistent and up-to-date ``__version__`` strings for
Python packages.

See https://github.com/pyviz/autover for more information.
See https://github.com/holoviz/autover for more information.
"""

# The Version class is a copy of autover.version.Version v0.2.5,
Expand Down