Skip to content

Commit

Permalink
Fixed some links and heirarchy diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
asherAgs committed Apr 4, 2018
1 parent 851e42e commit 6c95428
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ However, additional options can be set to select the page number, item number, r
$ amzsear 'Harry Potter' -p 2 -i 35 --output json
```

The above query will display the item at index 35 on page 2 as a JSON object. For more examples and for extended usage information see the [CLI Readme](cli/README.md).
The above query will display the item at index 35 on page 2 as a JSON object. For more examples and for extended usage information see the [CLI Readme](docs/cli/README.md).


#### API
Expand Down Expand Up @@ -110,7 +110,7 @@ subtext ['by Sarah-Jane Williams and FlyingKids']
[8.37, 10.9]
```

For a complete explanation of the intricacies of the amzSear core API, see the [API docs](core/).
For a complete explanation of the intricacies of the amzSear core API, see the [API docs](docs/core/).



Expand Down Expand Up @@ -140,7 +140,7 @@ For a complete explanation of the intricacies of the amzSear core API, see the [
* Simpler usability and clearer command line interface
* Multiple command line export formats - CSV, JSON, etc.

A more in depth understanding of the latest features of the CLI can be explored in the [CLI Readme](cli/README.md). A complete breakdown of the core API's extended features can be seen in the core [API docs](core/).
A more in depth understanding of the latest features of the CLI can be explored in the [CLI Readme](docs/cli/README.md). A complete breakdown of the core API's extended features can be seen in the core [API docs](docs/core/).

### About

Expand Down
Binary file added docs/.DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/core/AmzSear.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Whilst it may appear that multiple different arguments can be passed to the cons

```
(query, [page], [region])
|
|
(url)
|
|
(html)
|
|
(html_element)
|
|
(products)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Core Overview

The [core docs](./docs) contain info on each basic class in the core amzSear API. Each class is in it's own Markdown document with an overview of the class and it's methods and parameters. The following classes are available:
The [core docs](.) contain info on each basic class in the core amzSear API. Each class is in it's own Markdown document with an overview of the class and it's methods and parameters. The following classes are available:
* [AmzBase](AmzBase.md)
* [AmzProduct](AmzProduct.md)
* [AmzRating](AmzRating.md)
Expand Down

0 comments on commit 6c95428

Please sign in to comment.