Commit fb38db3
Fix more links (#3436)
* Enhance link validity checks in link_checker.py
- Added an additional check for Gitbook URLs to identify pages that return a 200 status code but contain a "noindex" meta tag, indicating a non-existent page.
- Updated the transform_relative_link function to skip links to assets and Gitbook resources.
- Modified the replace_links_in_file function to also skip links to assets and Gitbook resources, ensuring cleaner link processing.
* Fix internal links inside component-guide
* Fix internal links inside getting-started section
* Refactor link replacement logic in link_checker.py
- Introduced a mechanism to track valid replacements, ensuring only valid links are applied during the replacement process.
- Enhanced the handling of inline and reference-style links by collecting potential replacements before applying them.
- Updated the logic to apply replacements conditionally based on validation results, improving the accuracy of link processing.
- Removed unnecessary dry run checks and streamlined the writing of modified content back to the file.
* Fix internal links in how-to section
* Fixing edge case links inside how-to section
---------
Co-authored-by: Hamza Tahir <[email protected]>1 parent 803b54e commit fb38db3
File tree
104 files changed
+367
-305
lines changed- docs
- book
- component-guide
- alerters
- artifact-stores
- container-registries
- data-validators
- experiment-trackers
- image-builders
- model-deployers
- model-registries
- orchestrators
- step-operators
- getting-started
- deploying-zenml
- zenml-pro
- how-to
- control-logging
- customize-docker-builds
- data-artifact-management
- complex-usecases
- handle-data-artifacts
- visualize-artifacts
- infrastructure-deployment
- auth-management
- infrastructure-as-code
- stack-deployment
- manage-zenml-server
- connecting-to-zenml
- migration-guide
- model-management-metrics
- model-control-plane
- track-metrics-metadata
- pipeline-development
- build-pipelines
- configure-python-environments
- develop-locally
- training-with-gpus
- use-configuration-files
- popular-integrations
- project-setup-and-management
- collaborate-with-team
- setting-up-a-project-repository
- trigger-pipelines
- user-guide/production-guide
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
104 files changed
+367
-305
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments