Skip to content

Commit

Permalink
Merge pull request #154 from timantmedia/update-redirects
Browse files Browse the repository at this point in the history
add redirects
  • Loading branch information
mustafaboleken authored Nov 14, 2023
2 parents ab8ecbf + dcdf563 commit 6d2d855
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,18 @@ const config = {
{
from: '/guides/developer-sdk-and-api/rest-api-guide/stream-security/',
to: '/guides/stream-security/'
},
{
from: '/guides/clustering-and-scaling/aws/Configuring-RTMP-LB-in-AWS/',
to: '/guides/clustering-and-scaling/aws/configuring-rtmp-lb-in-aws/'
},
{
from: '/guides/clustering-and-scaling/aws/Scaling-at-AWS-ECS-Fargate/',
to: '/guides/clustering-and-scaling/aws/scaling-at-aws-ecs-fargate/'
},
{
from: '/guides/playing-live-stream/HLS-Playing/',
to: '/guides/playing-live-stream/hls-playing/'
}
],
},
Expand Down

0 comments on commit 6d2d855

Please sign in to comment.