Skip to content

Commit 099dd2b

Browse files
authored
Fix: Typo in Bedrock Python example metadata (#6011)
Fix typo in metadata Co-authored-by: Dennis Traub <[email protected]>
1 parent c8a42e6 commit 099dd2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.doc_gen/metadata/bedrock-runtime_metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ bedrock-runtime_InvokeJurassic2:
233233
Python:
234234
versions:
235235
- sdk_version: 3
236-
github: python/example_code/bedrockruntime
236+
github: python/example_code/bedrock-runtime
237237
excerpts:
238238
- description: Invoke the AI21 Labs Jurassic-2 foundation model to generate text.
239239
snippet_tags:
@@ -293,7 +293,7 @@ bedrock-runtime_InvokeLlama2:
293293
Python:
294294
versions:
295295
- sdk_version: 3
296-
github: python/example_code/bedrockruntime
296+
github: python/example_code/bedrock-runtime
297297
excerpts:
298298
- description: Invoke the Meta Llama 2 Chat foundation model to generate text.
299299
snippet_tags:

0 commit comments

Comments
 (0)