Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link to docs and fix currency in html file. #1299

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reactive-messaging-http-quickstart/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Quarkus guide: https://quarkus.io/guides/reactive-messaging-http
Quarkus guide: https://docs.quarkiverse.io/quarkus-reactive-messaging-http/dev/reactive-messaging-http
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ <h2>Add a cost</h2>
<select id="currency">
<option value="CHF">Swiss franc</option>
<option value="USD">United States dollar</option>
<option value="CHF">Polish złoty</option>
<option value="PLN">Polish złoty</option>
<option value="EUR">Euro</option>
</select>
</div>
<input type="button" onclick="add()" value="Add">
Expand Down
5 changes: 1 addition & 4 deletions reactive-messaging-websockets-quickstart/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
Quarkus guide: https://quarkus.io/guides/reactive-messaging-websockets



Quarkus guide: https://docs.quarkiverse.io/quarkus-reactive-messaging-http/dev/reactive-messaging-websocket