summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2015-03-04 22:56:24 +0100
committeremkael <emkael@tlen.pl>2015-03-04 22:56:24 +0100
commit810a3d470cc7376a6db090aca3306eacb7bcd93e (patch)
tree07afbc5209c718f553a57732f0fc28ee83fef514
parent259b7abe97acb6b905cbbbd7f1c090c6aca73f30 (diff)
Update README.md
-rw-r--r--import/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/import/README.md b/import/README.md
index 87a15d0..70e6ec5 100644
--- a/import/README.md
+++ b/import/README.md
@@ -10,7 +10,7 @@ Requirements
* pushd/pop for sane working directory management (the script works in its own directory)
* mysql command-line client
-* [fetcher](fetcher/README.md) (optional)
+* [fetcher](../fetcher/README.md) (optional)
Usage
=====
@@ -29,9 +29,9 @@ Under the hood
Running `00_base_import.sh` imports just the basic, raw Ergast dump. If you already have the database copied locally, you may as well skip it.
-The script looks for f1db.sql dump in [fetcher](fetcher/README.md)'s directory and feeds the `mysql` command with its content, relaying all command line parameters to `mysql`.
+The script looks for f1db.sql dump in [fetcher](../fetcher/README.md)'s directory and feeds the `mysql` command with its content, relaying all command line parameters to `mysql`.
-If the DB dump is not present, the script attempts to fetch it via [fetcher](fetcher/README.md).
+If the DB dump is not present, the script attempts to fetch it via [fetcher](../fetcher/README.md).
The `01_integrity_import.sh` script does the heavy lifting of improving the database under the hood, so it could be used with modern RDBMS techniques. Its main purpose is to create indexes and proper foreign keys constraints in the database.