Skip to content

Commit

Permalink
Adding more version -> |version| translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Yates committed Apr 13, 2017
1 parent 4e245fd commit 81dfed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/client/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can get the tools [here].
To create the bundled metric type into a table named 'metric', you run:

```
$ java -cp tools-<version>-exec.jar io.fineo.client.tools.Schema \
$ java -cp tools-|version|-exec.jar io.fineo.client.tools.Schema \
--api-key <your api key> \
--username <your email> --password <your password> \
create --type metric
Expand All @@ -43,7 +43,7 @@ Otherwise, we just use the type you specify. Note that if you have your own type
create a metric type like:

```
$ java -cp tools-<version>-exec.jar;my-company-files.jar io.fineo.client.tools.Schema \
$ java -cp tools-|version|-exec.jar;my-company-files.jar io.fineo.client.tools.Schema \
--api-key <your api key> \
--username <your email> --password <your password> \
create \
Expand All @@ -55,7 +55,7 @@ Alternatively, you can also create schema entirely based on the typing your spec
command line. For example:

```
$ java -cp tools-<version>-exec.jar;my-company-files.jar io.fineo.client.tools.Schema \
$ java -cp tools-|version|-exec.jar;my-company-files.jar io.fineo.client.tools.Schema \
--api-key <your api key> \
--username <your email> --password <your password> \
create \
Expand All @@ -73,7 +73,7 @@ You can also read the schema for a given table with the `read` command. For inst
schema of the metric table that we create above, you would run:

```
$ java -cp tools-<version>-exec.jar io.fineo.client.tools.Schema \
$ java -cp tools-|version|-exec.jar io.fineo.client.tools.Schema \
--api-key <your api key> \
--username <your email> --password <your password> \
read --metric-name metric
Expand Down
2 changes: 1 addition & 1 deletion docs/jdbc/Using BI And Sql Tools/sqlline.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ We include a couple of fixes, like loading the properties file correctly and usi
#### 2. Logback
For logback, the jars you need are: [logback-core] and [logback-classic]. Download these jars and add them to the `lib/` directory.

[here]: http://maven.fineo.io/release/sqlline/sqlline/1.1.10-fineo-1.2/sqlline-1.1.10-fineo-1.2.tar.gz
[here]: http://maven.fineo.io/release/sqlline/sqlline/1.1.10-fineo-|version|/sqlline-1.1.10-fineo-|version|.tar.gz
[logback-core]: http://central.maven.org/maven2/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar
[logback-classic]: http://central.maven.org/maven2/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar
[contact us]: mailto:help@fineo.io?subject=SqlLine

0 comments on commit 81dfed7

Please sign in to comment.