metarhia / jstp

Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
https://metarhia.github.io/jstp
Other
143 stars 10 forks source link

PSA: The repo has been renamed #211

Closed aqrln closed 7 years ago

aqrln commented 7 years ago

https://github.com/metarhia/JSTP is now https://github.com/metarhia/jstp. For some reason that has been done silently and without any public notification, sorry. Don't forget to update your upstream repo URL, i.e.:

$ git remote set-url origin https://github.com/metarhia/jstp.git

or

$ git remote set-url origin git@github.com:metarhia/jstp.git

or

$ git remote set-url upstream https://github.com/metarhia/jstp.git

or

$ git remote set-url upstream git@github.com:metarhia/jstp.git

depending on your setup, and maybe rename your project directory if you want to ;)

GitHub will redirect requests from the old location to the new one automatically, but issuing new requests to the actual endpoint it is a nice thing to do.

/cc @metarhia/jstp-core

aqrln commented 7 years ago

Given the amount of time this has been open, I am going to go ahead and close the issue.