Skip to content

Commit

Permalink
Migrate from fishjam-dev to fishjam-cloud organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolk99 committed Jun 17, 2024
1 parent 50b2035 commit 884da1b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "protos"]
path = protos
url = https://github.com/fishjam-dev/protos.git
url = https://github.com/membrane-cloud/protos.git
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Fishjam Python Server SDK

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/fishjam-dev/python-server-sdk/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/fishjam-dev/python-server-sdk/tree/main)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/membrane-cloud/python-server-sdk/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/membrane-cloud/python-server-sdk/tree/main)

Python server SDK for the [Fishjam Media Server](https://github.com/fishjam-dev/fishjam).
Python server SDK for the [Fishjam Media Server](https://github.com/membrane-cloud/fishjam).

Read the docs [here](https://fishjam-dev.github.io/python-server-sdk)
Read the docs [here](https://membrane-cloud.github.io/python-server-sdk)

## Installation

Expand Down Expand Up @@ -55,7 +55,7 @@ All methods in `RoomApi` may raise one of the exceptions deriving from `fishjam.

Notifier allows for receiving real-time updates from the Fishjam Server.

You can read more about notifications in the [Fishjam Docs](https://fishjam-dev.github.io/fishjam-docs/next/getting_started/notifications).
You can read more about notifications in the [Fishjam Docs](https://membrane-cloud.github.io/fishjam-docs/next/getting_started/notifications).

Create `Notifier` instance
```python
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
fishjam:
image: "ghcr.io/fishjam-dev/fishjam:${TAG:-edge}"
image: "ghcr.io/membrane-cloud/fishjam:${TAG:-edge}"
container_name: fishjam
restart: on-failure
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion poetry_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def generate_docs():
def update_client():
check_exit_code(
"openapi-python-client update\
--url https://raw.githubusercontent.com/fishjam-dev/"
--url https://raw.githubusercontent.com/membrane-cloud/"
"fishjam/main/openapi.yaml \
--config openapi-python-client-config.yaml \
--custom-template-path=templates/openapi"
Expand Down
2 changes: 1 addition & 1 deletion protos
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "fishjam-server-sdk"
version = "0.5.0"
description = "Python server SDK for the Fishjam media server"
authors = ["Fishjam Team"]
homepage = "https://github.com/fishjam-dev/python-server-sdk"
documentation = "https://fishjam-dev.github.io/python-server-sdk/fishjam"
homepage = "https://github.com/membrane-cloud/python-server-sdk"
documentation = "https://membrane-cloud.github.io/python-server-sdk/fishjam"
license = "Apache-2.0"
readme = "README.md"
packages = [{ include = "fishjam" }]
Expand Down

0 comments on commit 884da1b

Please sign in to comment.