Skip to content

Commit

Permalink
Update asyncapi example URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Dec 18, 2023
1 parent 792a9cf commit bd976b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastkafka/_components/docs_dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async def _install_docs_npm_deps() -> None:
"""
with TemporaryDirectory() as d:
cmd = (
"npx -y -p @asyncapi/generator ag https://raw.githubusercontent.com/asyncapi/asyncapi/master/examples/simple.yml @asyncapi/html-template -o "
"npx -y -p @asyncapi/generator ag https://raw.githubusercontent.com/asyncapi/spec/master/examples/simple-asyncapi.yml @asyncapi/html-template -o "
+ d
)

Expand Down
2 changes: 1 addition & 1 deletion nbs/097_Docs_Dependencies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
" \"\"\"\n",
" with TemporaryDirectory() as d:\n",
" cmd = (\n",
" \"npx -y -p @asyncapi/generator ag https://raw.githubusercontent.com/asyncapi/asyncapi/master/examples/simple.yml @asyncapi/html-template -o \"\n",
" \"npx -y -p @asyncapi/generator ag https://raw.githubusercontent.com/asyncapi/spec/master/examples/simple-asyncapi.yml @asyncapi/html-template -o \"\n",
" + d\n",
" )\n",
"\n",
Expand Down

0 comments on commit bd976b8

Please sign in to comment.