[Doc Link Fix No.24] 文档链接修复#7918
Open
jasminenetf wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
修复内容
任务 24: docs/design/modules/regularization.md
修复 regularization.md 中的失效链接,涉及正则化相关文档、源码、图片和外部 API 文档链接。
链接修复记录
原链接: https://github.com/PaddlePaddle/Paddle/blob/develop/doc/fluid/design/modules/python_api.md#layer-function
新链接: https://github.com/PaddlePaddle/docs/blob/develop/docs/design/modules/python_api.md#layer-function
原链接: https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid/operators/accuracy_op.h
新链接: https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/phi/kernels/accuracy_kernel.h
原链接: https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/feed_forward.png
新链接: https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/design/modules/images/feed_forward.png
原链接: https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/feed_forward_regularized.png
新链接: https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/design/modules/images/feed_forward_regularized.png
原链接: https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/l1_regularization.png
新链接: https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/design/modules/images/l1_regularization.png
原链接: https://raw.githubusercontent.com/PaddlePaddle/FluidDoc/develop/doc/fluid/images/l2_regularization.png
新链接: https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/design/modules/images/l2_regularization.png
原链接: https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/loss_equation.png
新链接: https://raw.githubusercontent.com/PaddlePaddle/docs/develop/docs/design/modules/images/loss_equation.png
原链接: https://www.tensorflow.org/api_guides/python/contrib.layers
新链接: https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/layers
验证结果
已手动访问所有更新后的链接,确认可以正常打开。
@HZ1ovo @Echo-Nie