mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 04:29:41 +00:00
Merge pull request #442 from maorit/fix_url_jump_bug
fix page jump bug between two language: set filename of `zh-CN/src/collections/String.md` into `string.md`, in corresponding to english version, sothat can jump to correct page between english version and chinese version.
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
- [特征对象](generics-traits/trait-object.md)
|
||||
- [进一步深入特征](generics-traits/advanced-traits.md)
|
||||
- [集合类型](collections/intro.md)
|
||||
- [动态字符串 String](collections/String.md)
|
||||
- [动态字符串 String](collections/string.md)
|
||||
- [动态数组 Vector](collections/vector.md)
|
||||
- [KV 存储 HashMap](collections/hashmap.md)
|
||||
- [类型转换](type-conversions/intro.md)
|
||||
|
Reference in New Issue
Block a user