Skip to content

Commit

Permalink
update links and email addresses to posit.co
Browse files Browse the repository at this point in the history
  • Loading branch information
whimsicallyson committed Nov 3, 2022
1 parent 6fba664 commit 564cde7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
LABEL maintainer="Posit Connect <rsconnect@rstudio.com>"
LABEL maintainer="Posit Connect <rsconnect@posit.co>"

ARG NB_UID
ARG NB_GID
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[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

- Python 3.5.0 and higher
- 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
Expand Down
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using dated tags from https://hub.docker.com/_/ubuntu/
FROM ubuntu:bionic-20201119
MAINTAINER Posit Connect <rsconnect@rstudio.com>
MAINTAINER Posit Connect <rsconnect@posit.co>

# 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
Expand Down
5 changes: 4 additions & 1 deletion docs/docs/css/external-links.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "./node_modules/.bin/eslint ./rsconnect_jupyter/static/*.js"
},
"repository": "[email protected]:rstudio/rsconnect-jupyter.git",
"author": "Jonathan Curran <jonathan.curran@rstudio.com>",
"author": "Jonathan Curran <jonathan.curran@posit.co>",
"license": "GPL-2.0",
"devDependencies": {
"eslint": "^6.4.0"
Expand Down
2 changes: 1 addition & 1 deletion selenium/docker/mock-connect/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.6.6-alpine
MAINTAINER Posit Quality <qa@rstudio.com>
MAINTAINER Posit Quality <qa@posit.co>

WORKDIR /opt/work
COPY requirements.txt requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/yarn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:11.10.1
LABEL maintainer="Posit Connect <rsconnect@rstudio.com>"
LABEL maintainer="Posit Connect <rsconnect@posit.co>"
ARG NB_UID
ARG NB_GID

Expand Down

0 comments on commit 564cde7

Please sign in to comment.