Skip to content

Commit

Permalink
Fix invalid url. Resolved #6817
Browse files Browse the repository at this point in the history
  • Loading branch information
lsvih committed Mar 22, 2020
1 parent 2fdfc3b commit 1b7f28a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TODO1/advanced-tooling-for-web-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Web Components 标准不断发展,越来越多的新功能经过讨论并被
2. [编写可以复用的 HTML 模板](https://juejin.im/post/5ca5b858e51d4524a918560f)
3. [从 0 开始创建自定义元素](https://github.com/xitu/gold-miner/blob/master/TODO1/creating-a-custom-element-from-scratch.md)
4. [使用 Shadow DOM 封装样式和结构](https://github.com/xitu/gold-miner/blob/master/TODO1/encapsulating-style-and-structure-with-shadow-dom.md)
5. [Web Components 的高级工具(**本文**](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components/.md)
5. [Web Components 的高级工具(**本文**](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components.md)

> 如果发现译文存在错误或其他需要改进的地方,欢迎到 [掘金翻译计划](https://github.com/xitu/gold-miner) 对译文进行修改并 PR,也可获得相应奖励积分。文章开头的 **本文永久链接** 即为本文在 GitHub 上的 MarkDown 链接。
Expand Down
2 changes: 1 addition & 1 deletion TODO1/crafting-reusable-html-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ button.addEventListener('click', event => alert(event));
2. [编写可以复用的 HTML 模板(**本文**](https://github.com/xitu/gold-miner/blob/master/TODO1/crafting-reusable-html-templates.md)
3. [从 0 开始创建自定义元素](https://github.com/xitu/gold-miner/blob/master/TODO1/creating-a-custom-element-from-scratch.md)
4. [使用 Shadow DOM 封装样式和结构](https://github.com/xitu/gold-miner/blob/master/TODO1/encapsulating-style-and-structure-with-shadow-dom.md)
5. [Web 组件的高阶工具](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components/.md)
5. [Web 组件的高阶工具](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components.md)

> 如果发现译文存在错误或其他需要改进的地方,欢迎到 [掘金翻译计划](https://github.com/xitu/gold-miner) 对译文进行修改并 PR,也可获得相应奖励积分。文章开头的 **本文永久链接** 即为本文在 GitHub 上的 MarkDown 链接。
Expand Down
2 changes: 1 addition & 1 deletion TODO1/creating-a-custom-element-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class DialogWorkflow extends HTMLElement {
2. [编写可重复使用的 HTML 模板](https://github.com/xitu/gold-miner/blob/master/TODO1/crafting-reusable-html-templates.md)
3. [从 0 开始创建自定义元素(**本文**](https://github.com/xitu/gold-miner/blob/master/TODO1/creating-a-custom-element-from-scratch.md)
4. [使用 Shadow DOM 封装样式和结构](https://github.com/xitu/gold-miner/blob/master/TODO1/encapsulating-style-and-structure-with-shadow-dom.md)
5. [Web 组件的高阶工具](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components/.md)
5. [Web 组件的高阶工具](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components.md)

> 如果发现译文存在错误或其他需要改进的地方,欢迎到 [掘金翻译计划](https://github.com/xitu/gold-miner) 对译文进行修改并 PR,也可获得相应奖励积分。文章开头的 **本文永久链接** 即为本文在 GitHub 上的 MarkDown 链接。
Expand Down
2 changes: 1 addition & 1 deletion TODO1/encapsulating-style-and-structure-with-shadow-dom.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ other-component::part(description) {
2. [编写可以复用的 HTML 模板](https://juejin.im/post/5ca5b858e51d4524a918560f)
3. [从 0 开始创建自定义元素](https://github.com/xitu/gold-miner/blob/master/TODO1/creating-a-custom-element-from-scratch.md)
4. [使用 Shadow DOM 封装样式和结构(**本文**](https://github.com/xitu/gold-miner/blob/master/TODO1/encapsulating-style-and-structure-with-shadow-dom.md)
5. [Web Components 的高级工具](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components/.md)
5. [Web Components 的高级工具](https://github.com/xitu/gold-miner/blob/master/TODO1/advanced-tooling-for-web-components.md)

> 如果发现译文存在错误或其他需要改进的地方,欢迎到 [掘金翻译计划](https://github.com/xitu/gold-miner) 对译文进行修改并 PR,也可获得相应奖励积分。文章开头的 **本文永久链接** 即为本文在 GitHub 上的 MarkDown 链接。
Expand Down

0 comments on commit 1b7f28a

Please sign in to comment.