Skip to content
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.

Commit

Permalink
Docs: Fix broken example links in README.md
Browse files Browse the repository at this point in the history
Resolves pion#154
  • Loading branch information
Justin Okamoto authored and Sean-Der committed Sep 18, 2018
1 parent 44ce8d4 commit e496511
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Check out the **[contributing wiki](https://github.com/pions/webrtc/wiki/Contrib
* [Ronan J](https://github.com/ronanj) - *Fix STCP PPID*
* [wattanakorn495](https://github.com/wattanakorn495)
* [Max Hawkins](https://github.com/maxhawkins) - *RTCP*
* [Justin Okamoto](https://github.com/justinokamoto) - *Fix Docs*

### License
MIT License - see [LICENSE.md](LICENSE.md) for full text
12 changes: 6 additions & 6 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

We've build an extensive collection of examples covering common use-cases. Modify and extend these examples to quickly get started.

* [gstreamer-receive](examples/gstreamer-receive/README.md): Play video and audio from your Webcam live using GStreamer
* [gstreamer-send](examples/gstreamer-send/README.md): Send video generated from GStreamer to your browser
* [save-to-disk](examples/save-to-disk/README.md): Save video from your Webcam to disk
* [data-channels](examples/data-channels/README.md): Use data channels to send text between Pion WebRTC and your browser
* [data-channels-create](examples/data-channels/README.md): Similar to data channels but now Pion initiates the creation of the data channel.
* [WIP] [pion-to-pion](examples/pion-to-pion/README.md): An example of two Pion instances communicating directly.
* [gstreamer-receive](gstreamer-receive/README.md): Play video and audio from your Webcam live using GStreamer
* [gstreamer-send](gstreamer-send/README.md): Send video generated from GStreamer to your browser
* [save-to-disk](save-to-disk/README.md): Save video from your Webcam to disk
* [data-channels](data-channels/README.md): Use data channels to send text between Pion WebRTC and your browser
* [data-channels-create](data-channels/README.md): Similar to data channels but now Pion initiates the creation of the data channel.
* [WIP] [pion-to-pion](pion-to-pion/README.md): An example of two Pion instances communicating directly.

All examples can be executed on your local machine.

Expand Down

0 comments on commit e496511

Please sign in to comment.