Skip to content

Commit 6aea90d

Browse files
committed
[docs fix]文件名更正
1 parent eb5275d commit 6aea90d

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/.vuepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ module.exports = config({
188188
{
189189
title: "并发编程", prefix: "concurrent/",
190190
children: [
191-
"java并发基础常见面试题总结", "java并发进阶常见面试题总结",
191+
"java-concurrent-questions-01", "java-concurrent-questions-02",
192192
{
193193
title: "重要知识点",
194194
children: ["java线程池学习总结", "并发容器总结", "拿来即用的java线程池最佳实践", "aqs原理以及aqs同步组件总结", "reentrantlock",

0 commit comments

Comments
 (0)