Skip to content

Commit 7b3dddf

Browse files
update some docs URLs while we're here
1 parent 0eec656 commit 7b3dddf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ a server with only Python 3.8 installed will fail to match content deployed with
2929
Python 3.7. Your administrator may also enable exact Python version matching which
3030
will be stricter and require matching major, minor, and patch versions. For more
3131
information see the [Posit Connect Admin Guide chapter titled Python Version
32-
Matching](https://docs.rstudio.com/connect/admin/python.html#python-version-matching).
32+
Matching](https://docs.posit.co/connect/admin/python.html#python-version-matching).
3333

3434
### Installation
3535

@@ -722,7 +722,7 @@ of the available search flags.
722722
> **Note:** The `rsconnect content build` subcommand requires Posit Connect >= 2021.11.1
723723
724724
Posit Connect caches R and Python packages in the configured
725-
[`Server.DataDir`](https://docs.rstudio.com/connect/admin/appendix/configuration/#Server.DataDir).
725+
[`Server.DataDir`](https://docs.posit.co/connect/admin/appendix/configuration/#Server.DataDir).
726726
Under certain circumstances (examples below), these package caches can become stale
727727
and need to be rebuilt. This refresh automatically occurs when a Posit Connect
728728
user visits the content. You may wish to refresh some content before it is visited
@@ -741,7 +741,7 @@ The following are some common scenarios where performing a content build might b
741741
> **Note:** The `content build` command is non-destructive, meaning that it does nothing to purge
742742
> existing packrat/python package caches before a build. If you have an
743743
> existing cache, it should be cleared prior to starting a content build.
744-
> See the [migration documentation](https://docs.rstudio.com/connect/admin/appendix/cli/#migration) for details.
744+
> See the [migration documentation](https://docs.posit.co/connect/admin/appendix/cli/#migration) for details.
745745
746746
> **Note:** You may use the [`rsconnect content search`](#content-search) subcommand to help
747747
> identify high priority content items to build.
@@ -977,4 +977,4 @@ $ rsconnect bootstrap --server https://connect.example.org:3939 --jwt-keypath /p
977977
```
978978
979979
A full description on how to use `rsconnect bootstrap` in a provisioning workflow is provided in the Connect administrator guide's
980-
[programmatic provisioning](https://docs.rstudio.com/connect/admin/programmatic-provisioning) documentation.
980+
[programmatic provisioning](https://docs.posit.co/connect/admin/programmatic-provisioning) documentation.

docs/overrides/partials/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<div class="md-flex__cell md-flex__cell--shrink left-nav">
8282
<ul class="md-tabs__list">
8383
<li class="md-tabs__item"><a href="{{ base_url }}/../news/" title="Release Notes" class="md-tabs__link md-source">Release Notes</a></li>
84-
<li class="md-tabs__item"><a href="https://support.rstudio.com/hc/en-us" title="Posit Support" class="md-tabs__link md-source">Help</a></li>
84+
<li class="md-tabs__item"><a href="https://support.posit.co/hc/en-us" title="Posit Support" class="md-tabs__link md-source">Help</a></li>
8585
<li class="md-tabs__item"><a href="https://www.posit.co/" title="Posit" class="md-tabs__link md-source logo"></a></li>
8686
</ul>
8787
</div>

integration-testing/content/notebook/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This stock report is generated using Python and Jupyter Notebook. Stock prices a
99

1010
* [Jupyter Homepage](https://jupyter.org/)
1111
* [Jupyter Documentation](https://jupyter.org/documentation)
12-
* [Using Jupyter Notebooks in {systemDisplayName}](https://docs.rstudio.com/connect/user/jupyter-notebook/)
13-
* [User Guide for rsconnect_jupyter](https://docs.rstudio.com/rsconnect-jupyter/)
12+
* [Using Jupyter Notebooks in {systemDisplayName}](https://docs.posit.co/connect/user/jupyter-notebook/)
13+
* [User Guide for rsconnect_jupyter](https://docs.posit.co/rsconnect-jupyter/)
1414

1515
## Requirements
1616

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ long_description_content_type = text/markdown
1212
name = rsconnect_python
1313
url = http://github.com/rstudio/rsconnect-python
1414
project_urls =
15-
Documentation = https://docs.rstudio.com/rsconnect-python
15+
Documentation = https://docs.posit.co/rsconnect-python
1616

1717
[options]
1818
packages = rsconnect

0 commit comments

Comments
 (0)