Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix docs links to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp authored and definite committed Feb 8, 2016
1 parent 57c2e64 commit c28d4c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/commands/pull.md
@@ -1,11 +1,11 @@
To download documents from your project-version, the command-line client's `pull` command can be used.

These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client][configuration].
These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client](/configuration).


## Translation Document Download

The basic command for downloading documents is `zanata-cli pull`. The pull command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client][configuration]).
The basic command for downloading documents is `zanata-cli pull`. The pull command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client](/configuration)).

At the time of writing, you will have to specify source and translation directories with the command, even though the default pull command will pull only translated documents from the server. This will be fixed in a future version. This means that the simplest pull command is:

Expand Down
4 changes: 2 additions & 2 deletions docs/commands/push.md
@@ -1,12 +1,12 @@
To upload documents to your project-version, the command-line client's `push` command can be used.

These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client][configuration].
These instructions assume that you have installed Zanata-CLI as shown in [Installing the Client](/#installation), and have saved user and project configuration as shown in [Configuring the Client](/configuration).



## Source Document Upload

The basic command for uploading documents is `zanata-cli push`. The push command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client][configuration.md]).
The basic command for uploading documents is `zanata-cli push`. The push command should always be run from the directory that contains `zanata.xml` for your project (find information about `zanata.xml` at [Configuring the Client](/configuration).

At the time of writing, you will have to specify source and translation directories with the command, even though the default push command will push only source documents to the server. This will be fixed in a future version. This means that the simplest push command is:

Expand Down
2 changes: 1 addition & 1 deletion docs/maven-plugin/configuration.md
Expand Up @@ -5,7 +5,7 @@ For Apache Maven installation, see [Installing the Maven Plugin](/maven-plugin/i

## Zanata Project Configuration

The Zanata Maven plugin uses the general configuration files `zanata.ini` and `zanata.xml` in the same way as zanata-cli. For instructions on setting up these files, see [Configuring the Client](configuration).
The Zanata Maven plugin uses the general configuration files `zanata.ini` and `zanata.xml` in the same way as zanata-cli. For instructions on setting up these files, see [Configuring the Client](/configuration).

In addition, parameters such as source directory can be specified in `pom.xml` so that they are not needed on the command line.

Expand Down

0 comments on commit c28d4c2

Please sign in to comment.