|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | -<title>WebTau: Complex Types</title><link rel="stylesheet" type="text/css" href="/guide/static/css/bootstrap.min.css"> |
6 | | -<link rel="stylesheet" type="text/css" href="/guide/static/css/katex.min.css"> |
7 | | -<link rel="stylesheet" type="text/css" href="/guide/static/main.css"> |
8 | | -<link rel="stylesheet" type="text/css" href="/guide/logo.css"> |
| 5 | +<title>WebTau: Complex Types</title><link rel="stylesheet" type="text/css" href="/webtau/guide/static/css/bootstrap.min.css"> |
| 6 | +<link rel="stylesheet" type="text/css" href="/webtau/guide/static/css/katex.min.css"> |
| 7 | +<link rel="stylesheet" type="text/css" href="/webtau/guide/static/main.css"> |
| 8 | +<link rel="stylesheet" type="text/css" href="/webtau/guide/logo.css"> |
9 | 9 | </head> |
10 | | -<link rel="shortcut icon" href="/guide/favicon.png"type="image/ico"/> |
| 10 | +<link rel="shortcut icon" href="/webtau/guide/favicon.png"type="image/ico"/> |
11 | 11 | <body> |
12 | 12 | <div id="mdoc"><!-- |
13 | 13 | ~ Copyright 2019 TWO SIGMA OPEN SOURCE, LLC |
|
44 | 44 | </article> |
45 | 45 | </section> |
46 | 46 | </div> |
47 | | -<script type="text/javascript" src="/guide/toc.js"></script> |
48 | | -<script type="text/javascript" src="/guide/assets.js"></script> |
49 | | -<script type="text/javascript" src="/guide/static/react.min.js"></script> |
50 | | -<script type="text/javascript" src="/guide/static/react-dom.min.js"></script> |
51 | | -<script type="text/javascript" src="/guide/static/main.js"></script> |
52 | | -<script type="text/javascript" src="/guide/search-index.js"></script> |
| 47 | +<script type="text/javascript" src="/webtau/guide/toc.js"></script> |
| 48 | +<script type="text/javascript" src="/webtau/guide/assets.js"></script> |
| 49 | +<script type="text/javascript" src="/webtau/guide/static/react.min.js"></script> |
| 50 | +<script type="text/javascript" src="/webtau/guide/static/react-dom.min.js"></script> |
| 51 | +<script type="text/javascript" src="/webtau/guide/static/main.js"></script> |
| 52 | +<script type="text/javascript" src="/webtau/guide/search-index.js"></script> |
53 | 53 | <script> |
54 | 54 | document.getElementById('mdoc').innerHTML = ''; |
55 | 55 | ReactDOM.render(React.createElement(Documentation, { |
|
58 | 58 | "link" : "https://github.com/twosigma/webtau/tree/master/webtau-docs/webtau", |
59 | 59 | "title" : "View On GitHub" |
60 | 60 | }, |
61 | | - "id" : "guide", |
| 61 | + "id" : "webtau/guide", |
62 | 62 | "title" : "WebTau", |
63 | 63 | "type" : "Guide", |
64 | 64 | "previewEnabled" : false |
|
96 | 96 | "lastName" : "LN1", |
97 | 97 | "_links" : { |
98 | 98 | "self" : { |
99 | | - "href" : "http://localhost:59642/customers/1" |
| 99 | + "href" : "http://localhost:54584/customers/1" |
100 | 100 | }, |
101 | 101 | "customer" : { |
102 | | - "href" : "http://localhost:59642/customers/1" |
| 102 | + "href" : "http://localhost:54584/customers/1" |
103 | 103 | } |
104 | 104 | } |
105 | 105 | }, { |
|
108 | 108 | "lastName" : "LN2", |
109 | 109 | "_links" : { |
110 | 110 | "self" : { |
111 | | - "href" : "http://localhost:59642/customers/2" |
| 111 | + "href" : "http://localhost:54584/customers/2" |
112 | 112 | }, |
113 | 113 | "customer" : { |
114 | | - "href" : "http://localhost:59642/customers/2" |
| 114 | + "href" : "http://localhost:54584/customers/2" |
115 | 115 | } |
116 | 116 | } |
117 | 117 | }, { |
|
120 | 120 | "lastName" : "LN3", |
121 | 121 | "_links" : { |
122 | 122 | "self" : { |
123 | | - "href" : "http://localhost:59642/customers/3" |
| 123 | + "href" : "http://localhost:54584/customers/3" |
124 | 124 | }, |
125 | 125 | "customer" : { |
126 | | - "href" : "http://localhost:59642/customers/3" |
| 126 | + "href" : "http://localhost:54584/customers/3" |
127 | 127 | } |
128 | 128 | } |
129 | 129 | } ] |
130 | 130 | }, |
131 | 131 | "_links" : { |
132 | 132 | "self" : { |
133 | | - "href" : "http://localhost:59642/customers/search/findAllByOrderByLastName" |
| 133 | + "href" : "http://localhost:54584/customers/search/findAllByOrderByLastName" |
134 | 134 | } |
135 | 135 | } |
136 | 136 | }, |
|
0 commit comments