We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3d6c6 commit 4517bf6Copy full SHA for 4517bf6
aws_doc_sdk_examples_tools/metadata.py
@@ -120,6 +120,8 @@ def from_yaml(
120
link=github, sdk_version=sdk_version
121
)
122
123
+ elif github.startswith("http"):
124
+ pass # Tributaries specify full GitHub path. Consider passing in GitHub root from tributaries and doing a full check at some point.
125
elif not (root / github).exists():
126
errors.append(
127
metadata_errors.MissingGithubLink(
0 commit comments