Fix the rc2 aka.ms links

This commit is contained in:
Marc Paine 2021-08-19 09:41:26 -07:00
parent 76ea904eff
commit e9cc9cc9e3
2 changed files with 67 additions and 67 deletions

View file

@ -8,7 +8,7 @@ open TableGenerator.Table
let inputBranches =
[ { GitBranchName = "release/6.0.1xx"
DisplayName = "Release/6.0.1XX<br>(6.0.x&nbsp;Runtime)"
AkaMsChannel = Some("6.0/daily") }
AkaMsChannel = Some("6.0.1xx/daily") }
{ GitBranchName = "release/6.0.1xx-rc1"
DisplayName = "Release/6.0.1XX-rc1<br>(6.0 Runtime)"
AkaMsChannel = Some("6.0.1XX-rc1/daily") }