Skip to content

Commit

Permalink
Merge pull request #1 from Stanford-Mobisocial-IoT-Lab/fix_readme
Browse files Browse the repository at this point in the history
fix README.md links
  • Loading branch information
johnnychhsu committed Feb 20, 2019
2 parents 3fa37e1 + d2e38de commit 863bf7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ semantic parsing code live in other repositories.

## Installation

See [INSTALL.md]
See [Install](INSTALL.md).

## License

This package is covered by the GNU General Public License, version 3
or any later version. See [LICENSE] for details.
or any later version. See [LICENSE](LICENSE) for details.

## Reproducing the results of the paper

To reproduce the machine learning results of the paper, see [doc/reproducing.md].
To reproduce the machine learning results of the paper, see [Reproducing](doc/reproducing.md).

## Using Genie

Expand Down Expand Up @@ -93,7 +93,7 @@ genie download-snapshot [--snapshot <snapshot_id>] -o thingpedia.json
If you omit the `--snapshot` parameter, the latest content of Thingpedia will be used.

The `--dataset` flag to should point to the primitive templates in ThingTalk dataset syntax.
See the [Thingpedia documentation[(https://almond.stanford.edu/thingpedia/developers/thingpedia-nl-support.md)
See the [Thingpedia documentation](https://almond.stanford.edu/thingpedia/developers/thingpedia-nl-support.md)
for a description of dataset files.

The latest dataset file for the reference Thingpedia can be downloaded with:
Expand Down

0 comments on commit 863bf7a

Please sign in to comment.