@@ -29,7 +29,7 @@ a server with only Python 3.8 installed will fail to match content deployed with
29
29
Python 3.7. Your administrator may also enable exact Python version matching which
30
30
will be stricter and require matching major, minor, and patch versions. For more
31
31
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 ) .
33
33
34
34
### Installation
35
35
@@ -722,7 +722,7 @@ of the available search flags.
722
722
> **Note:** The `rsconnect content build` subcommand requires Posit Connect >= 2021.11.1
723
723
724
724
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).
726
726
Under certain circumstances (examples below), these package caches can become stale
727
727
and need to be rebuilt. This refresh automatically occurs when a Posit Connect
728
728
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
741
741
> **Note:** The `content build` command is non-destructive, meaning that it does nothing to purge
742
742
> existing packrat/python package caches before a build. If you have an
743
743
> 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.
745
745
746
746
> **Note:** You may use the [`rsconnect content search`](#content-search) subcommand to help
747
747
> identify high priority content items to build.
@@ -977,4 +977,4 @@ $ rsconnect bootstrap --server https://connect.example.org:3939 --jwt-keypath /p
977
977
```
978
978
979
979
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.
0 commit comments