Update paths to reflect new repo location

private-asciicasts
Marcin Kulik 9 years ago
parent 509e464cc9
commit ef5ab0dcf1

@ -9,9 +9,9 @@ Record and share your terminal sessions, the right way.
asciinema is a free and open source solution for recording terminal sessions
and sharing them on the web.
This is the source code of asciinema.org (formerly ascii.io) website. If you're
looking for asciinema's terminal recorder go here:
[asciinema/asciinema-cli](https://github.com/asciinema/asciinema)
This is the source code of asciinema.org website. If you're looking for
asciinema's terminal recorder go here:
[asciinema/asciinema](https://github.com/asciinema/asciinema)
## Setup instructions

@ -51,7 +51,7 @@ markdown:
part.
For the implementation details check out [recorder source
code](https://github.com/asciinema/asciinema-cli).
code](https://github.com/asciinema/asciinema).
## Playback

@ -10,7 +10,7 @@ markdown:
## Manual download
You can
[download the latest binary](https://github.com/asciinema/asciinema-cli/releases)
[download the latest binary](https://github.com/asciinema/asciinema/releases)
for your platform and place it in your `$PATH`.
## Using package manager
@ -64,4 +64,4 @@ markdown:
## From source
For instructions on building asciinema from source please refer to the
[README file](https://github.com/asciinema/asciinema-cli/blob/master/README.md).
[README file](https://github.com/asciinema/asciinema/blob/master/README.md).

@ -14,7 +14,7 @@
asciinema project is built of several sub-projects:
* command-line based terminal session recorder, `asciinema` ([source code](https://github.com/asciinema/asciinema-cli))
* command-line based terminal session recorder, `asciinema` ([source code](https://github.com/asciinema/asciinema))
* asciinema.org - a website with an API ([source code](https://github.com/asciinema/asciinema.org))
* javascript player ([source code](https://github.com/asciinema/asciinema-player))
@ -41,7 +41,7 @@
As the service is built of several parts there are separate bug trackers:
* [github.com/asciinema/asciinema-cli/issues](https://github.com/asciinema/asciinema-cli/issues) - for recorder issues and ideas
* [github.com/asciinema/asciinema/issues](https://github.com/asciinema/asciinema/issues) - for recorder issues and ideas
* [github.com/asciinema/asciinema.org/issues](https://github.com/asciinema/asciinema.org/issues) - for website/embedding issues and ideas
* [github.com/asciinema/asciinema-player/issues](https://github.com/asciinema/asciinema-player/issues) - for player issues and ideas

@ -102,7 +102,7 @@
ul
li
a href="https://github.com/asciinema/asciinema-cli/issues" github.com/asciinema/asciinema-cli/issues
a href="https://github.com/asciinema/asciinema/issues" github.com/asciinema/asciinema/issues
' - issues and ideas for the command line recorder,
li

Loading…
Cancel
Save