Skip to content

Commit

Permalink
Fixing cross links.
Browse files Browse the repository at this point in the history
  • Loading branch information
nithinphilips committed Dec 4, 2014
1 parent 40d6de5 commit a970c7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ to ``triPeople-triPeople-triEmployee.txt``, you can run::
http://localhost:9080/ triPeople-triPeople-triEmployee.txt

Odel will parse the file name to get the necessary information. See `File
Naming Convention` below for more details.
Naming Conventions`_ below for more details.

The url portion may be shortened to just the server name::

odel --username=system --password=admin \
localhost:9080 triPeople-triPeople-triEmployee.txt

The port can be removed as well. See `URL Naming Convention` below for more.
The port can be removed as well. See `URL Naming Conventions`_ below for more.

The username and password default to ``system`` and ``admin``, so those can
also be omitted (also now is a good time to change that password lest you get
Expand All @@ -53,8 +53,8 @@ pwned!)::
odel localhost triPeople-triPeople-triEmployee.txt


File Naming Convention
----------------------
File Naming Conventions
-----------------------
If you name your DI files appropriately, Odel can detect a lot of information
required to upload the data from the file name. It is also a good practice to
name your DI files consistently.
Expand Down Expand Up @@ -84,8 +84,8 @@ Tririga has a limitation of 150 characters for all Data Integrator file names.
If the file name has more than 150 characters, Odel will truncate the file
name.

URL Naming Convention
---------------------
URL Naming Conventions
----------------------
Odel is fairly flexible in handling URL values. Here's what you can enter:

Scheme, host and port:
Expand Down

0 comments on commit a970c7a

Please sign in to comment.