Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
我发现 Mtf.Wiki 上大量指向 tfsci 中文译本存档站的链接在访问后不会直接展示内容页面,而是跳转到了 https://tfsci.mtf.wiki/zh-cn/ 网站主页(与访问不存在路径的行为相同)。
这应该是tfsci在引入香港繁体/台湾正体这两种汉语变体后因路径格式变化产生的问题。
我在此次提交中更新了URL格式,为Mtf.Wiki上引用的 tfsci.mtf.wiki 下的 URL 添加了对应的"/zh-cn"或"/zh-tw"字段以修复此问题,便于读者在访问时能直达文章内容。
更改后的URL已经过测试,以确保它们返回"200 OK"状态码并且不会像访问不存在的路径那样重定向到主页。