diff --git a/.github/workflows/templates-readme.yml b/.github/workflows/templates-readme.yml index 8d81a0f..eeea5b1 100644 --- a/.github/workflows/templates-readme.yml +++ b/.github/workflows/templates-readme.yml @@ -53,19 +53,19 @@ jobs: - name: Fetch and update RELATED PROJECTS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Related-projects.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Related-projects.md TEMPLATE_TAG: related_projects - name: Fetch and update CONTRIBUTIONS template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Contributions-%26-Thanks.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Contributions-%26-Thanks.md TEMPLATE_TAG: contributions - name: Fetch and update STAR HISTORY template run: ./update-template.sh env: - TEMPLATE_URL: https://raw.githubusercontent.com/wiki/tiagosiebler/awesome-crypto-examples/Star-History.md + TEMPLATE_URL: https://raw.githubusercontent.com/wiki/sieblyio/awesome-crypto-examples/Star-History.md TEMPLATE_TAG: star_history - name: Check for changes before running linter diff --git a/README.md b/README.md index 46dd21b..1d38b76 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ # Node.js & Typescript OKX (OKEX) API & WebSocket SDK -[](https://github.com/tiagosiebler/okx-api/actions/workflows/e2etest.yml) -[](https://deepwiki.com/tiagosiebler/okx-api) +[](https://github.com/sieblyio/okx-api/actions/workflows/e2etest.yml) +[](https://deepwiki.com/sieblyio/okx-api) [][1] [][1] [][1] -[][1] -[](https://www.codefactor.io/repository/github/tiagosiebler/okx-api) +[][1] +[](https://www.codefactor.io/repository/github/sieblyio/okx-api)
@@ -20,7 +20,7 @@ [1]: https://www.npmjs.com/package/okx-api > [!TIP] -> Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghokx) brand, this SDK will soon be hosted under the [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. +> Upcoming change: As part of the [Siebly.io](https://siebly.io/?ref=ghokx) brand, this SDK is now hosted under our [Siebly.io GitHub organisation](https://github.com/sieblyio). The migration is seamless and requires no user changes. Complete, updated & performant Node.js SDK for the OKX(OKEX) APIs and WebSockets: @@ -79,7 +79,7 @@ npm install okx-api ## Issues & Discussion -- Issues? Check the [issues tab](https://github.com/tiagosiebler/okx-api/issues). +- Issues? Check the [issues tab](https://github.com/sieblyio/okx-api/issues). - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram. - Follow our announcement channel for real-time updates on [X/Twitter](https://x.com/sieblyio) @@ -595,12 +595,12 @@ Contributions are encouraged, I will review any incoming pull requests. See the The following represents some of the known public projects that use this SDK on GitHub: -[](https://github.com/tiagosiebler/okx-api/network/dependents) +[](https://github.com/sieblyio/okx-api/network/dependents) ## Star History -[](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) +[](https://star-history.com/#tiagosiebler/bybit-api&sieblyio/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/coinbase-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date) diff --git a/package.json b/package.json index c45f071..b6e10bc 100644 --- a/package.json +++ b/package.json @@ -86,10 +86,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/tiagosiebler/okx-api" + "url": "git+https://github.com/sieblyio/okx-api.git" }, "bugs": { - "url": "https://github.com/tiagosiebler/okx-api/issues" + "url": "https://github.com/sieblyio/okx-api/issues" }, - "homepage": "https://github.com/tiagosiebler/okx-api#readme" + "homepage": "https://github.com/sieblyio/okx-api#readme" }