|
6 | 6 | <title>Tableau Extensions</title> |
7 | 7 | <meta name="description" content=""> |
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
9 | | - <link rel="stylesheet" href="assets/css/main.css"> |
| 9 | + <link rel="stylesheet" href="./assets/css/main.css"> |
10 | 10 | </head> |
11 | 11 | <body> |
12 | 12 | <header> |
@@ -69,7 +69,7 @@ <h1>Tableau Extensions API</h1> |
69 | 69 | the classes and methods for communicating with Tableau components. The Tableau Extensions API |
70 | 70 | library supports both dashboard extensions and viz extensions (only available in beta), although not |
71 | 71 | all interfaces and methods apply to both extensions. For an overview of how the API is organized, |
72 | | - see <a href="./trex_api_about.html">Tableau Extensions API Basics</a>.</p> |
| 72 | + see <a href="../docs/trex_api_about">Tableau Extensions API Basics</a>.</p> |
73 | 73 | <div class="alert alert-info"> |
74 | 74 | <b>Note:</b> To see all the methods and properties for the Extensions API interfaces, select the <b>Inherited</b> option in the upper-right corner of your browser window. This option shows any methods and properties inherited from base classes. |
75 | 75 | </div> |
@@ -113,15 +113,15 @@ <h1>Tableau Extensions API</h1> |
113 | 113 | <h2>Dashboard extensions</h2> |
114 | 114 | </a> |
115 | 115 | <p>The following diagram shows the relationship between the extensions namespace and the worksheets in |
116 | | - the dashboard. For more information, see <a href="./trex_api_about.html">Tableau Extensions API Basics</a>.</p> |
117 | | - <p><img src="../assets/tab_ext_class_worksheet.png" alt="Extensions API namespace hierarchy"></p> |
| 116 | + the dashboard. For more information, see <a href="../docs/trex_api_about">Tableau Extensions API Basics</a>.</p> |
| 117 | + <p><img src="../img/tab_ext_class_worksheet.png" alt="Extensions API namespace hierarchy"></p> |
118 | 118 | <hr> |
119 | 119 | <a href="#viz-extensions-available-in-beta-only" id="viz-extensions-available-in-beta-only" style="color: inherit; text-decoration: none;"> |
120 | | - <h2>Viz extensions (available in beta only)</h2> |
| 120 | + <h2>Viz extensions</h2> |
121 | 121 | </a> |
122 | 122 | <p>The following diagram shows the relationship between the extensions namespace and the worksheets in |
123 | | - the workbook. For more information, see <a href="./trex_api_about.html">Tableau Extensions API Basics</a>.</p> |
124 | | - <p><img src="../assets/tab_viz_ext_class_worksheet.png" alt="Viz Extensions API namespace hierarchy"></p> |
| 123 | + the workbook. For more information, see <a href="../docs/trex_api_about">Tableau Extensions API Basics</a>.</p> |
| 124 | + <p><img src="../img/tab_viz_ext_class_worksheet.png" alt="Viz Extensions API namespace hierarchy"></p> |
125 | 125 | <!-- Copyright and build date --> |
126 | 126 | <hr> |
127 | 127 | <div style="text-align:center"> |
|
0 commit comments