Skip to content

Commit aaa4d83

Browse files
committed
Fix gitea address to include repo and branch
1 parent dc616ea commit aaa4d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/modules/ROOT/pages/appendix-vscode-commit-push.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ image::source_commit.png[title='File Commit', link=self, window=blank]
4646
** Click the **Sync Changes** button to push the changes to your Gitea repository.
4747
+
4848
. **Verify in Gitea**:
49-
** Open your Gitea repository {gitea_console_url} in a web browser and confirm that the changes appear.
49+
** Open your Gitea repository {gitea_console_url}/{gitea_user}/virt-aap-day2/src/branch/{virt_aap_day2_workspace_revision} in a web browser and confirm that the changes appear.
5050

5151
=== Using the Terminal
5252

@@ -100,7 +100,7 @@ git push
100100
----
101101
+
102102
. **Verify in Gitea**:
103-
** Open your Gitea repository {gitea_console_url} in a web browser and confirm that the changes appear.
103+
** Open your Gitea repository {gitea_console_url}/{gitea_user}/virt-aap-day2/src/branch/{virt_aap_day2_workspace_revision} in a web browser and confirm that the changes appear.
104104

105105
////
106106

0 commit comments

Comments
 (0)