Skip to content

Commit

Permalink
Merge pull request #1 from davidbrochart/jupyter-server
Browse files Browse the repository at this point in the history
Replace davidbrochart with jupyter-server
  • Loading branch information
davidbrochart authored Dec 8, 2023
2 parents 2a974e4 + 0b1498d commit 5de0c0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Pycrdt-websocket is an async WebSocket connector for pycrdt.

[![Build Status](https://github.com/davidbrochart/pycrdt-websocket/workflows/CI/badge.svg)](https://github.com/davidbrochart/pycrdt-websocket/actions)
[![Build Status](https://github.com/jupyter-server/pycrdt-websocket/workflows/CI/badge.svg)](https://github.com/jupyter-server/pycrdt-websocket/actions)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

---

**Documentation**: <a href="https://davidbrochart.github.io/pycrdt-websocket" target="_blank">https://davidbrochart.github.io/pycrdt-websocket</a>
**Documentation**: <a href="https://jupyter-server.github.io/pycrdt-websocket" target="_blank">https://jupyter-server.github.io/pycrdt-websocket</a>

**Source Code**: <a href="https://github.com/davidbrochart/pycrdt-websocket" target="_blank">https://github.com/davidbrochart/pycrdt-websocket</a>
**Source Code**: <a href="https://github.com/jupyter-server/pycrdt-websocket" target="_blank">https://github.com/jupyter-server/pycrdt-websocket</a>

---

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: pycrdt-websocket
site_description: Async WebSocket connector for pycrdt
repo_url: https://github.com/davidbrochart/pycrdt-websocket
repo_url: https://github.com/jupyter-server/pycrdt-websocket

theme:
name: 'material'
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ django = [
]

[project.urls]
Homepage = "https://github.com/davidbrochart/pycrdt-websocket"
Source = "https://github.com/davidbrochart/pycrdt-websocket"
Issues = "https://github.com/davidbrochart/pycrdt-websocket/issues"
Homepage = "https://github.com/jupyter-server/pycrdt-websocket"
Source = "https://github.com/jupyter-server/pycrdt-websocket"
Issues = "https://github.com/jupyter-server/pycrdt-websocket/issues"
Pypi = "https://pypi.org/project/pycrdt-websocket"

[tool.hatch.version]
Expand Down

0 comments on commit 5de0c0e

Please sign in to comment.