Skip to content

Commit 8339285

Browse files
authored
Fix broken links (#1093)
1 parent b0d3766 commit 8339285

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

articles/ce/overview.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Collaboration Engine includes several high-level APIs that address the specific
8484

8585
Collaboration Managers provide a mid-level API to handle collaborative data for the most common use cases and let developers build their own collaborative logic and custom components:
8686

87-
[classname]#PresenceManager# lets you mark user presence in a Topic and subscribe to presence changes (more in <<managers/presence-manager, this article>>).
87+
[classname]#PresenceManager# lets you mark user presence in a Topic and subscribe to presence changes (more in <<managers/presence-manager#, this article>>).
8888

89-
[classname]#MessageManager# can submit messages to a Topic and subscribe to incoming new ones (more in <<managers/message-manager, this article>>).
89+
[classname]#MessageManager# can submit messages to a Topic and subscribe to incoming new ones (more in <<managers/message-manager#, this article>>).
9090

9191
[[ce.overview.api]]
9292
=== Low-Level API

articles/tools/designer/getting-started/build-your-contact-form.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ Now, our layout is done.
107107

108108
image::images/size-grid-and-form.png[Finished layout.]
109109

110-
Proceed to the next chapter to run your application: <<designer-get-your-application-up-and-running#,Get your application up and running>>.
110+
Proceed to the next chapter to run your application: <<get-your-application-up-and-running#,Get your application up and running>>.

articles/tools/designer/getting-started/build-your-main-view.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ This expands the layout to take up all the available space.
124124
image::images/space-for-grid.png[Filled toolbar.]
125125

126126
Our main layout is now looking great, but it is still missing the form.
127-
Proceed to the next chapter to add one: <<designer-build-your-contact-form#,Build your contact form>>
127+
Proceed to the next chapter to add one: <<build-your-contact-form#,Build your contact form>>

articles/tools/designer/getting-started/connecting-your-contact-form-to-java.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,4 @@ This can occur, for example, if an attempt is made to save a contact with a blan
242242
That's all. Now if we rerun the application, we will be able to see the form populated with the contact that was selected from the grid.
243243
Changes made to the form are now also updated in the backend and reflected in the grid.
244244

245-
Proceed to the last chapter and complete the tutorial: <<designer-wrap-up#,Wrap up>>.
245+
Proceed to the last chapter and complete the tutorial: <<wrap-up#,Wrap up>>.

articles/tools/designer/getting-started/connecting-your-main-view-to-java.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ The grid is now searchable based on the name entered in the text field.
198198

199199
image::images/app-grid-filtered.png[Grid filtered based on text field contents.]
200200

201-
Proceed to the next chapter to connect your Contact Form to Java: <<designer-connecting-your-contact-form-to-java#,Connect your Contact Form>>.
201+
Proceed to the next chapter to connect your Contact Form to Java: <<connecting-your-contact-form-to-java#,Connect your Contact Form>>.

articles/tools/designer/getting-started/get-your-application-up-and-running.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Open `http://localhost:8080/` in your browser to see the result.
5252

5353
image::images/app-layout-finished.png[The application running in the browser.]
5454

55-
Proceed to the next chapter to connect your views to Java: <<designer-connecting-your-main-view-to-java#,Connecting your Main View to Java>>.
55+
Proceed to the next chapter to connect your views to Java: <<connecting-your-main-view-to-java#,Connecting your Main View to Java>>.

0 commit comments

Comments
 (0)