Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
update some docs URLs while we're here
Browse files Browse the repository at this point in the history
  • Loading branch information
whimsicallyson committed Mar 17, 2023
1 parent 991490b commit a2af1da
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Connect](https://www.posit.co/products/enterprise/connect/).

# Documentation

See the documentation [on GitHub](docs/docs/index.md) or on [docs.rstudio.com](https://docs.rstudio.com/rsconnect-jupyter/).
See the documentation [on GitHub](docs/docs/index.md) or on [docs.posit.co](https://docs.posit.co/rsconnect-jupyter/).
2 changes: 1 addition & 1 deletion doc.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The pipeline in this file syncs documentation from the project's s3 bucket to
// docs.rstudio.com where documentation is publicly visible. This pipeline
// docs.posit.co where documentation is publicly visible. This pipeline
// should be manually triggered on Jenkins when a release is cut.
pipeline {
agent { node('docker') }
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/additional.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

User Guide resources:

- [API Keys](http://docs.rstudio.com/connect/user/api-keys)
- [Jupyter Notebooks](https://docs.rstudio.com/connect/user/#jupyter-notebooks)
- [Publishing for the first time](https://docs.rstudio.com/connect/user/git-backed/#git-backed-publishing)
- [API Keys](http://docs.posit.co/connect/user/api-keys)
- [Jupyter Notebooks](https://docs.posit.co/connect/user/#jupyter-notebooks)
- [Publishing for the first time](https://docs.posit.co/connect/user/git-backed/#git-backed-publishing)

How-to Guide:

- For a step-by-step guide for creating and publishing a new Jupyter Notebook to
Posit Connect, view our [How To Publish a Jupyter Notebook to Posit Connect](https://docs.rstudio.com/how-to-guides/users/basic/publish-jupyter-notebook/).
Posit Connect, view our [How To Publish a Jupyter Notebook to Posit Connect](https://docs.posit.co/how-to-guides/users/basic/publish-jupyter-notebook/).

Video tutorial:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/collaboration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ content location to publish to if the notebook title is the same.

Additionally, you may share notebooks if appropriate.

For additional information, please see the [Collaboration](https://docs.rstudio.com/connect/user/publishing/#publishing-collaboration) section of the Posit Connect User Guide.
For additional information, please see the [Collaboration](https://docs.posit.co/connect/user/publishing/#publishing-collaboration) section of the Posit Connect User Guide.
4 changes: 2 additions & 2 deletions docs/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to publish the current notebook to Posit Connect.
- If this is your first time publishing a notebook, you will be
prompted to enter the location and a nickname for the Posit Connect server.
- You will also be prompted to enter your API Key. See the [Posit Connect User
Guide](http://docs.rstudio.com/connect/user/api-keys) for
Guide](http://docs.posit.co/connect/user/api-keys) for
instructions on generating API Keys for your user.
- When you click the **Add Server** button, `rsconnect-jupyter` will send a request to the Posit Connect server to verify that it can be reached via the requested URL and that the API key is valid.

Expand Down Expand Up @@ -123,7 +123,7 @@ informing you of this fact. If you need to regenerate the files, delete them in
<img class="border" src="../images/git-backed.png" class="block" alt="Dialog titled "Create Manifest" explaining the manifest creation process with "Cancel" and "Create Manifest" options">

For more information on git publishing, see the
[Posit Connect User Guide](https://docs.rstudio.com/connect/user/git-backed#git-backed-publishing).
[Posit Connect User Guide](https://docs.posit.co/connect/user/git-backed#git-backed-publishing).

## Handling conflicts

Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<div class="md-flex__cell md-flex__cell--shrink left-nav">
<ul class="md-tabs__list">
<li class="md-tabs__item"><a href="{{ base_url }}/../news/" title="Release Notes" class="md-tabs__link md-source">Release Notes</a></li>
<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>
<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>
<li class="md-tabs__item"><a href="https://www.posit.co/" title="Posit" class="md-tabs__link md-source logo"></a></li>
</ul>
</div>
Expand Down
8 changes: 4 additions & 4 deletions rsconnect_jupyter/static/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ define([
'The javascript extension version reports ' + info.js_version + ' but the server ' +
'extension reports ' + info.rsconnect_jupyter_server_extension + '.<br />' +
'<ul>' +
'<li>Refer to the <a href="https://docs.rstudio.com/rsconnect-jupyter/#installation">' +
'<li>Refer to the <a href="https://docs.posit.co/rsconnect-jupyter/#installation">' +
'installation instructions</a> for more information.</li>' +
'<li>Try completely uninstalling every version of the plugin and reinstalling. ' +
'Your server information will be saved.</li>' +
Expand Down Expand Up @@ -1419,7 +1419,7 @@ define([
// setup hide input help icon
(function () {
var msg =
'Hiding input code cells results in rendering only the output of code cells on publication. <br> <a href="https://docs.rstudio.com/rsconnect-jupyter/usage/#hide-input" target="_blank">Hide Input Documentation</a>';
'Hiding input code cells results in rendering only the output of code cells on publication. <br> <a href="https://docs.posit.co/rsconnect-jupyter/usage/#hide-input" target="_blank">Hide Input Documentation</a>';

var helpIcon = $(
[
Expand Down Expand Up @@ -1494,7 +1494,7 @@ define([
xhr.match(/No module named .*rsconnect.*/) !== null
) {
msg = 'The rsconnect-python package is not installed in your current notebook kernel.<br />' +
'See the <a href="https://docs.rstudio.com/rsconnect-jupyter/#installation" target="_blank">' +
'See the <a href="https://docs.posit.co/rsconnect-jupyter/#installation" target="_blank">' +
'Installation Section of the rsconnect-jupyter documentation</a> for more information.';
} else if (typeof xhr === 'string') {
msg = 'An unexpected error occurred: ' + xhr;
Expand Down Expand Up @@ -2104,7 +2104,7 @@ define([
) {
$status.html(
'The rsconnect-python package is not installed in your current notebook kernel.<br />' +
'See the <a href="https://docs.rstudio.com/rsconnect-jupyter/#installation" target="_blank">' +
'See the <a href="https://docs.posit.co/rsconnect-jupyter/#installation" target="_blank">' +
'Installation Section of the rsconnect-jupyter documentation</a> for more information.'
);
} else if (typeof response === 'string') {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ long_description_content_type = text/markdown
name = rsconnect_jupyter
url = http://github.com/rstudio/rsconnect-jupyter
project_urls =
Documentation = https://docs.rstudio.com/rsconnect-jupyter
Documentation = https://docs.posit.co/rsconnect-jupyter

[options]
install_requires =
Expand Down

0 comments on commit a2af1da

Please sign in to comment.