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
Copy file name to clipboardExpand all lines: examples/healthcare/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ The sample data is located in the input/ folder.
15
15
```
16
16
17
17
# TLDR; How do I run it?
18
-
1. Download the [latest quick-start war](https://github.com/marklogic/marklogic-data-hub/releases/download/v2.0.4/quick-start-2.0.4.war) into this folder.
18
+
1. Download the [latest quick-start war](https://github.com/marklogic/marklogic-data-hub/releases/download/v3.0.0/quick-start-3.0.0.war) into this folder.
19
19
20
-
1. Run the quick-start jar `java -jar quick-start-2.0.4.war`
20
+
1. Run the quick-start jar `java -jar quick-start-3.0.0.war`
21
21
22
22
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
Copy file name to clipboardExpand all lines: examples/load-binaries/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
This example shows how to load binary documents with the Hub Framework.
3
3
4
4
# TLDR; How do I run it?
5
-
1. Download the [latest quick-start war](https://github.com/marklogic/marklogic-data-hub/releases/download/v2.0.4/quick-start-2.0.4.war) into this folder.
5
+
1. Download the [latest quick-start war](https://github.com/marklogic/marklogic-data-hub/releases/download/v3.0.0/quick-start-3.0.0.war) into this folder.
6
6
7
-
1. Run the quick-start war `java -jar quick-start-2.0.4.war`
7
+
1. Run the quick-start war `java -jar quick-start-3.0.0.war`
8
8
9
9
1. Open your web browser to [http://localhost:8080](http://localhost:8080).
0 commit comments