diff --git a/docs/trex_contributing.md b/docs/trex_contributing.md index 09a8cc35..c894fcfc 100644 --- a/docs/trex_contributing.md +++ b/docs/trex_contributing.md @@ -22,7 +22,7 @@ Submitting to the Community Portal {#portal} 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. -1. Submit a pull request from your fork to the master branch in the official repository. +1. Submit a pull request from your fork to the main branch in the official repository. After that, a member of the Tableau Extensibility team will review your submission. diff --git a/docs/trex_getstarted.md b/docs/trex_getstarted.md index 28cc4611..23ecdb2c 100644 --- a/docs/trex_getstarted.md +++ b/docs/trex_getstarted.md @@ -58,14 +58,14 @@ You can get the Tableau Extensions API SDK in two ways. Clone the repository if `git clone https://github.com/tableau/extensions-api.git` -* Download the [Tableau Extensions API SDK (.zip file)](https://github.com/tableau/extensions-api/archive/master.zip) and extract the files to your computer. +* Download the [Tableau Extensions API SDK (.zip file)](https://github.com/tableau/extensions-api/archive/main.zip) and extract the files to your computer. --- ### Start a web server to host the sample dashboard extensions -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\`. +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\`. 1. Navigate to the `extensions-api` directory. diff --git a/index.html b/index.html index 0ae7f301..ddc3a0d3 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@
This site will get you up and running with Tableau extensions. The Tableau Extensions API samples and documentation are all open source.