Skip to content

Commit b165c8e

Browse files
authored
Merge pull request #415 from tableau/dev
Update references and links to downloadable .zip file
2 parents 6f1956f + af0ff92 commit b165c8e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/trex_contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Submitting to the Community Portal {#portal}
2222

2323
1. First, host your extension on a web server (see below for suggestions). Second, create a manifest file (`.trex`) where the URL points to the hosted location of your extension. Finally, in your pull request, place the manifest file in the `community/CommunityManifests` folder. Also place the file name into your entry in community_extensions.json. Ensure the filename matches your manifest file and it is unique from others in the folder.
2424

25-
1. Submit a pull request from your fork to the master branch in the official repository.
25+
1. Submit a pull request from your fork to the main branch in the official repository.
2626

2727

2828
After that, a member of the Tableau Extensibility team will review your submission.

docs/trex_getstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ You can get the Tableau Extensions API SDK in two ways. Clone the repository if
5858

5959
`git clone https://github.com/tableau/extensions-api.git`
6060

61-
* Download the [Tableau Extensions API SDK (.zip file)](https://github.com/tableau/extensions-api/archive/master.zip) and extract the files to your computer.
61+
* Download the [Tableau Extensions API SDK (.zip file)](https://github.com/tableau/extensions-api/archive/main.zip) and extract the files to your computer.
6262

6363

6464

6565
---
6666
### Start a web server to host the sample dashboard extensions
6767

68-
To use the dashboard extension samples, you need to start up a web server on your computer to host the HTML pages. If you downloaded or cloned the Extensions API repository, you can start the web service in the root directory of the repository on your computer. For example, if you downloaded the `extensions-api-master.zip` file to your `Downloads` directory, after you extract the files, the path might be `Downloads\extensions-api-master\extensions-api\`.
68+
To use the dashboard extension samples, you need to start up a web server on your computer to host the HTML pages. If you downloaded or cloned the Extensions API repository, you can start the web service in the root directory of the repository on your computer. For example, if you downloaded the `extensions-api-main.zip` file to your `Downloads` directory, after you extract the files, the path might be `Downloads\extensions-api-main\extensions-api\`.
6969

7070
1. Navigate to the `extensions-api` directory.
7171

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>Tableau Dashboard Extensions API</h1>
99
<p>This site will get you up and running with Tableau extensions. The Tableau Extensions API samples and documentation are all open source.</p>
1010
<br />
1111
<a class="btn btn-primary btn-lg" href="{{ site.baseurl }}/docs/trex_getstarted.html" role="button">Get Started</a>&nbsp;&nbsp;
12-
<a class="btn btn-primary btn-lg" href="https://github.com/tableau/extensions-api/archive/master.zip" role="button">Download</a>
12+
<a class="btn btn-primary btn-lg" href="https://github.com/tableau/extensions-api/archive/main.zip" role="button">Download</a>
1313
</header>
1414
<div class="row">
1515

0 commit comments

Comments
 (0)