Skip to content

Commit

Permalink
0002962: Fix typos and dead URLs in tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxwell authored and Maxwell committed Jan 18, 2017
1 parent 452c582 commit dddf816
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions symmetric-assemble/src/asciidoc/tutorials/quick-start.ad
Expand Up @@ -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[]
Expand All @@ -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[]
Expand Down Expand Up @@ -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');
----

Expand Down Expand Up @@ -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[]


Expand All @@ -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[]
Expand All @@ -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[]

Expand Down

0 comments on commit dddf816

Please sign in to comment.