diff options
Diffstat (limited to 'client/src/app/+accounts')
-rw-r--r-- | client/src/app/+accounts/account-video-channels/account-video-channels.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts b/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts index 0628c7a96..96d1e0f85 100644 --- a/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts +++ b/client/src/app/+accounts/account-video-channels/account-video-channels.component.ts | |||
@@ -133,6 +133,6 @@ export class AccountVideoChannelsComponent implements OnInit, OnDestroy { | |||
133 | } | 133 | } |
134 | 134 | ||
135 | getVideoChannelLink (videoChannel: VideoChannel) { | 135 | getVideoChannelLink (videoChannel: VideoChannel) { |
136 | return [ '/video-channels', videoChannel.nameWithHost ] | 136 | return [ '/c', videoChannel.nameWithHost ] |
137 | } | 137 | } |
138 | } | 138 | } |