diff --git a/Dockerfile b/Dockerfile index 4446f745..0cf96ffd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_IMAGE FROM ${BASE_IMAGE} -LABEL maintainer="Posit Connect " +LABEL maintainer="Posit Connect " ARG NB_UID ARG NB_GID diff --git a/README.md b/README.md index 1e01114e..99a3187d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [rsconnect-jupyter](https://www.github.com/rstudio/rsconnect-jupyter/) is a plugin for [Jupyter Notebook](https://jupyter.org/) that enables publishing notebooks to [Posit -Connect](https://www.rstudio.com/products/connect/). +Connect](https://www.posit.co/products/enterprise/connect/). # Requirements @@ -11,7 +11,7 @@ Connect](https://www.rstudio.com/products/connect/). - Jupyter Notebook 5.x - [pip](https://pypi.org/project/pip/) - [wheel](https://pypi.org/project/wheel/) -- [Posit Connect](https://www.rstudio.com/products/connect/download-commercial/) v1.7.0 +- [Posit Connect](https://www.posit.co/download/posit-connect/) v1.7.0 or higher, configured with Python support. # Documentation diff --git a/docs/Dockerfile b/docs/Dockerfile index c2b87793..63144063 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,6 +1,6 @@ # Using dated tags from https://hub.docker.com/_/ubuntu/ FROM ubuntu:bionic-20201119 -MAINTAINER Posit Connect +MAINTAINER Posit Connect # Configure apt-get to use the mirror in us-east-1 instead of the Docker default of archive.ubuntu.com RUN sed -i "s/archive.ubuntu.com/us-east-1.ec2.archive.ubuntu.com/g" /etc/apt/sources.list diff --git a/docs/docs/css/external-links.css b/docs/docs/css/external-links.css index 99f3f49a..97f721a4 100644 --- a/docs/docs/css/external-links.css +++ b/docs/docs/css/external-links.css @@ -1,7 +1,10 @@ /* Display an icon after external links */ div.md-content a[href^="http://"]:not([href*="test.rstudio.com"]):after, div.md-content a[href^="https://"]:not([href*="test.rstudio.com"]):after, -div.md-content a[href^="//"]:not([href*="test.rstudio.com"]) { +div.md-content a[href^="//"]:not([href*="test.rstudio.com"]), +div.md-content a[href^="http://"]:not([href*="test.posit.co"]):after, +div.md-content a[href^="https://"]:not([href*="test.posit.co"]):after, +div.md-content a[href^="//"]:not([href*="test.posit.co"]) { content: url(external-link-alt-regular.svg); vertical-align: 15%; display: inline-block; diff --git a/docs/docs/index.md b/docs/docs/index.md index 512a1e0f..d5ce61d8 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -8,7 +8,7 @@ - Jupyter Notebook 5.x - [pip](https://pypi.org/project/pip/) - [wheel](https://pypi.org/project/wheel/) -- [Posit Connect](https://www.rstudio.com/products/connect/download-commercial/) v1.7.0 or higher, configured with Python support +- [Posit Connect](https://www.posit.co/download/posit-connect/) v1.7.0 or higher, configured with Python support !!! note If using `conda`, `pip` and `wheel` should already be installed. diff --git a/package.json b/package.json index 998e04d2..2b6b86ac 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint": "./node_modules/.bin/eslint ./rsconnect_jupyter/static/*.js" }, "repository": "git@github.com:rstudio/rsconnect-jupyter.git", - "author": "Jonathan Curran ", + "author": "Jonathan Curran ", "license": "GPL-2.0", "devDependencies": { "eslint": "^6.4.0" diff --git a/selenium/docker/mock-connect/Dockerfile b/selenium/docker/mock-connect/Dockerfile index 5ec51b86..a381249b 100644 --- a/selenium/docker/mock-connect/Dockerfile +++ b/selenium/docker/mock-connect/Dockerfile @@ -1,5 +1,5 @@ FROM python:3.6.6-alpine -MAINTAINER Posit Quality +MAINTAINER Posit Quality WORKDIR /opt/work COPY requirements.txt requirements.txt diff --git a/setup.cfg b/setup.cfg index dccd7af9..48d2f000 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 1 [metadata] author = Jonathan Curran -author_email = jonathan.curran@rstudio.com +author_email = jonathan.curran@posit.co description = Jupyter Notebook integration with Posit Connect license = GPL-2.0 license_file = LICENSE.md diff --git a/tools/yarn/Dockerfile b/tools/yarn/Dockerfile index c6b26f74..8ff07b5e 100644 --- a/tools/yarn/Dockerfile +++ b/tools/yarn/Dockerfile @@ -1,5 +1,5 @@ FROM node:11.10.1 -LABEL maintainer="Posit Connect " +LABEL maintainer="Posit Connect " ARG NB_UID ARG NB_GID