Skip to content

Commit 58c7f0d

Browse files
committed
Typo in docs endpoint
The real endpoint does not have the / at the end.
1 parent 4d2d1fa commit 58c7f0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ Accessing Data outside of LNT: Tableau Web Data Connector
7373
Connector (WDC) to make it easy to get LNT data into Tableau.
7474

7575
In Tableau, create a new data source of the Web Data Connector type. When prompted for the URL, use the standard
76-
database and suite url, followed by /tableau/.
76+
database and suite url, followed by /tableau.
7777

7878
Examples::
7979

8080
# WDC for a public server
81-
https://lnt.llvm.org/db_default/v4/nts/tableau/
81+
https://lnt.llvm.org/db_default/v4/nts/tableau
8282

8383
# WDC for a local instance
84-
http://localhost:5000/db_default/v4/nts/tableau/
84+
http://localhost:5000/db_default/v4/nts/tableau
8585

8686
# WDC for a different database and suite
87-
http://localhost:5000/db_my_perf/v4/size/tableau/
87+
http://localhost:5000/db_my_perf/v4/size/tableau
8888

8989
The WDC exports all the data submitted for a collection of machines. The WDC will prompt for a machine regular
9090
expression. The regexp matches against the machine names in this database/suite. You can see those machine names at a

0 commit comments

Comments
 (0)