diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | client/src/app/app.component.html | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -60,6 +60,12 @@ donating to them](https://soutenir.framasoft.org/en/).** | |||
60 | </a> | 60 | </a> |
61 | </p> | 61 | </p> |
62 | 62 | ||
63 | <p align="center"> | ||
64 | <strong><a title="Website" target="_blank" href="https://joinpeertube.org">Website</a> | | ||
65 | <a title="Instances list" target="_blank" href="https://instances.joinpeertube.org">Instances list</a> | ||
66 | </strong> | ||
67 | </p> | ||
68 | |||
63 | ## Demonstration | 69 | ## Demonstration |
64 | 70 | ||
65 | Want to see it in action? | 71 | Want to see it in action? |
@@ -70,6 +76,8 @@ Want to see it in action? | |||
70 | * [peertube3.cpy.re](http://peertube3.cpy.re) | 76 | * [peertube3.cpy.re](http://peertube3.cpy.re) |
71 | * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) | 77 | * [Video](https://peertube.cpy.re/videos/watch/f78a97f8-a142-4ce1-a5bd-154bf9386504) |
72 | to see what the "decentralization feature" looks like | 78 | to see what the "decentralization feature" looks like |
79 | * [Video](https://peertube.cpy.re/videos/watch/da2b08d4-a242-4170-b32a-4ec8cbdca701) to see | ||
80 | the communication between PeerTube and [Mastodon](https://github.com/tootsuite/mastodon) | ||
73 | 81 | ||
74 | ## Why | 82 | ## Why |
75 | 83 | ||
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 3ac84d55a..06aca9bcd 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -29,7 +29,7 @@ | |||
29 | </div> | 29 | </div> |
30 | 30 | ||
31 | <footer class="row"> | 31 | <footer class="row"> |
32 | <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github" target="_blank" rel="noopener noreferrer">PeerTube v{{ serverVersion }}</a> - | 32 | <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ serverVersion }}</a> - |
33 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2018</a> | 33 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2018</a> |
34 | </footer> | 34 | </footer> |
35 | </div> | 35 | </div> |