diff options
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channels.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts index 41fdb5e79..3833d9c54 100644 --- a/client/src/app/+video-channels/video-channels.component.ts +++ b/client/src/app/+video-channels/video-channels.component.ts | |||
@@ -112,7 +112,7 @@ export class VideoChannelsComponent implements OnInit, OnDestroy { | |||
112 | } | 112 | } |
113 | 113 | ||
114 | getAccountUrl () { | 114 | getAccountUrl () { |
115 | return [ '/accounts', this.videoChannel.ownerBy ] | 115 | return [ '/a', this.videoChannel.ownerBy ] |
116 | } | 116 | } |
117 | 117 | ||
118 | private loadChannelVideosCount () { | 118 | private loadChannelVideosCount () { |