Skip to content

Commit

Permalink
broken link fix and change text to tabpy tools
Browse files Browse the repository at this point in the history
  • Loading branch information
johng42 authored Feb 13, 2019
1 parent 2150872 commit 7779df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/TableauConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Configuration

Once you have a [TabPy instance](server.md) set up you can easily configure Tableau to use this service for evaluating Python code.
Once you have a [TabPy instance](server-startup.md) set up you can easily configure Tableau to use this service for evaluating Python code.

### Tableau Desktop

Expand Down Expand Up @@ -104,7 +104,7 @@ You can find two detailed working examples with downloadable sample Tableau work
[TabPy Tools documentation](tabpy-tools.md) covers in detail how functions could be deployed as endpoints.
You can invoke such endpoints using `tabpy.query` option by specifying the endpoint name and arguments and retrieving the `response` object.

A SCRIPT calculated field in Tableau using the [add endpoint](tabpy-tools.md#deploying-a-function) defined in [TabPy client documentation](tabpy-tools.md) could look like the following:
A SCRIPT calculated field in Tableau using the [add endpoint](tabpy-tools.md#deploying-a-function) defined in [TabPy Tools documentation](tabpy-tools.md) could look like the following:

```sh
SCRIPT_REAL("
Expand Down

0 comments on commit 7779df3

Please sign in to comment.