You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.adoc with fix for #30
Fix for #30, replacing my development repo with microprofile repo.
* Update update-repo-url.sh with microprofile repo path
Fix for #30
* Update fix-edit-links.sh, Fix for #30
Update fix-edit-links.sh, Fix for #30 - replacing path to local repo with microprofile repo.
* Update playbook.yml
Fix for #30
* Update antora.yml, Fix for #30
* Fix for #30, Update index.adoc
* Update README.html, Fix for #30
@@ -291,7 +291,7 @@ The `fix-edit-links.sh` script is a necessary post-processing step in the build
291
291
292
292
The script performs a simple text replacement in the generated HTML files, replacing local file paths with proper GitHub repository URLs. This ensures that the "Edit this Page" links work correctly for users viewing the documentation.
293
293
294
-
If you update the repository URL or branch name, make sure to update the replacement URL in the `fix-edit-links.sh` script accordingly. The current implementation assumes the GitHub repository URL is `https://github.com/ttelang/microprofile-tutorial` and the branch is `patch-15`.
294
+
If you update the repository URL or branch name, make sure to update the replacement URL in the `fix-edit-links.sh` script accordingly. The current implementation assumes the GitHub repository URL is `https://github.com/microprofile/microprofile-tutorial` and the branch is `main`.
295
295
296
296
## Automating Repository URL Configuration
297
297
@@ -569,7 +569,7 @@ The MicroProfile Tutorial uses a customized UI bundle from the `microprofile-doc
<divclass="edit-this-page"><ahref="https://github.com/ttelang/microprofile-tutorial/edit/patch-15/modules/ROOT/pages/README.adoc">Edit this Page</a></div>
141
+
<divclass="edit-this-page"><ahref="https://github.com/microprofile/microprofile-tutorial/edit/main/modules/ROOT/pages/README.adoc">Edit this Page</a></div>
As you can see in the above figure, together these microservices form a robust and flexible e-Commerce application architecture, enabling scalable, efficient, and secure online shopping experiences.
77
77
78
78
=== Downloading the Code
79
-
The code examples in this tutorial are available at this link:https://www.github.com/ttelang/microprofile-examples[repo] (TODO: to be changed).
79
+
The code examples in this tutorial are available at this link:https://github.com/microprofile/microprofile-tutorial/tree/main/code[folder].
80
80
81
81
=== Prerequisites
82
82
MicroProfile use the Java Platform, and are usually written in the Java programming language.
0 commit comments