diff --git a/symmetric-assemble/src/asciidoc/tutorials/quick-start.ad b/symmetric-assemble/src/asciidoc/tutorials/quick-start.ad index 67c288be41..352761eb5b 100644 --- a/symmetric-assemble/src/asciidoc/tutorials/quick-start.ad +++ b/symmetric-assemble/src/asciidoc/tutorials/quick-start.ad @@ -63,7 +63,7 @@ Create a property file named `xxxxx.properties` in the engines folder of your Sy . db.user={JDBC username} . db.password={JDBC password} -TIP: For complete instructions creating the master node click link:../user-guide.html#_node_properties_file[here,window="_tutorials"] +TIP: For complete instructions creating the master node click link:/user-guide.html#_node_properties_file[here,window="_tutorials"] endif::pro[] ifdef::pro[] @@ -76,7 +76,7 @@ image::wizard-node-setup.png[] . Provide a password for the web console, hit next . Finish -TIP: For complete instructions creating the master node click link:../user-guide.html#_master_node_setup[here,window="_tutorials"] +TIP: For complete instructions creating the master node click link:/user-guide.html#_master_node_setup[here,window="_tutorials"] endif::pro[] ifndef::pro[] @@ -108,11 +108,11 @@ insert into SYM_NODE_GROUP [source, SQL] ---- insert into SYM_NODE_GROUP_LINK -(source_node_group, target_node_group, data_event_action) +(source_node_group_id, target_node_group_id, data_event_action) values ('store', 'corp', 'P'); insert into SYM_NODE_GROUP_LINK -(source_node_group, target_node_group, data_event_action) +(source_node_group_id, target_node_group_id, data_event_action) values ('corp', 'store', 'W'); ---- @@ -162,7 +162,7 @@ image::wizard-config/wizard-config-client-server.png[] . Select tables you wish to sync from server to client, hit next . Verify the summary, hit finish -TIP: For complete instructions for the quick config wizard click link:../user-guide.html#_quick_config_wizard[here,window="_tutorials"] +TIP: For complete instructions for the quick config wizard click link:/user-guide.html#_quick_config_wizard[here,window="_tutorials"] endif::pro[] @@ -182,7 +182,7 @@ Create a property file named `xxxxx.properties` in the engines folder of your Sy . db.user={JDBC username} . db.password={JDBC password} -TIP: For complete instructions creating the target node click link:../user-guide.html#_node_properties_file[here,window="_tutorials"] +TIP: For complete instructions creating the target node click link:/user-guide.html#_node_properties_file[here,window="_tutorials"] endif::pro[] ifdef::pro[] @@ -199,7 +199,7 @@ image::wizard-connect/wizard-connect-menu.png[] . Choose appropriate options here depending if your target tables already exist and if they should be initially loaded with data from the source. Hit next . Hit finish -TIP: For complete instructions to setup the target database click link:../user-guide.html#_add_node[here,window="_tutorials"] +TIP: For complete instructions to setup the target database click link:/user-guide.html#_add_node[here,window="_tutorials"] endif::pro[]