Skip to content

Commit

Permalink
fix:404提醒页面内容修复
Browse files Browse the repository at this point in the history
  • Loading branch information
adolphor committed Sep 18, 2023
1 parent b0f5586 commit 8e67732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _posts/flutter/2022-12-05-01-flutter-menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Flutter目录汇总

## Dart目录汇总
* [Dart和Flutter环境配置]({% post_url flutter/dart/2023-03-19-01-dart-develop-enviroment-configuration %})
* [Dart 语言入门]({% post_url flutter/dart/2023-03-19-02-dart-language-samples %})
* [Dart 语言入门]({% post_url flutter/dart/2023-03-19-02-dart-language-introduction %})
* [Dart 语法基础]({% post_url flutter/dart/2023-03-22-02-dart-syntax-basics %})
* [Dart 类型]({% post_url flutter/dart/2023-03-26-01-dart-type %})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,6 @@ Future<void> describeFlybyObjects(List<String> flybyObjects) async {
待学习:stack traces, rethrow, and the difference between Error and Exception.

## 参考资料
* [Dart 语言入门]({% post_url flutter/dart/2023-03-19-02-dart-language-samples %})
* [Dart 语言入门]({% post_url flutter/dart/2023-03-19-02-dart-language-introduction %})
* [官网 Introduction to Dart](https://dart.dev/language)
* [Flutter基础:Dart 语法 mixin](https://juejin.cn/post/7062516429429407781)
8 changes: 4 additions & 4 deletions pages/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ permalink: /404.html

原因:博客搬迁造成的旧链接失效。

例子:《中文文案排版指北(简体中文版)》的链接是
例子:《博文目录汇总》的链接是

```
http://mzlog.com/wiki/chinese-copywriting-guidelines/
https://adolphor.com/1997/01/01/top-blog-article-menus/
```

请修改成

```
https://mazhuang.org/wiki/chinese-copywriting-guidelines/
https://adolphor.github.io//1997/01/01/top-blog-article-menus/
```

改动要点:将域名 `mzlog.com` 改成 `mazhuang.org`
改动要点:将域名 `adolphor.com` 改成 `adolphor.github.io`

**备用办法:** 在「[分类](/categories/)」中找。

Expand Down

0 comments on commit 8e67732

Please sign in to comment.