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

Commit

Permalink
fixed based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lanking520 committed Mar 12, 2019
1 parent 6a339d3 commit 14c7803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/install/java_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ MXNet-Java can be easily included in your Maven managed project. The Java packag
</dependency>
```

The official Java Packages is released with the release of MXNet 1.4 and now available on [MXNet Maven package repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.mxnet%22).
The official Java Packages are released with the release of MXNet 1.4 and are now available on the [MXNet Maven package repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.mxnet%22).
<hr>

### Eclipse IDE Support
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/java/mxnet_java_on_intellij.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Set the project's location. The rest of the settings can be left as their defaul
After clicking Finish, you will be presented with the project's first view.
The project's `pom.xml` will be open for editing.

**Step 3.** The Java packages are currently available on Maven. Add this under the `dependencies` tag :
**Step 3.** The Java packages are currently available on Maven. Add the following under the `dependencies` tag :

```html
<dependency>
Expand All @@ -111,7 +111,7 @@ The project's `pom.xml` will be open for editing.
<version>1.4.0</version>
</dependency>
```
The official Java Packages is released with the release of MXNet 1.4 and now available on [MXNet Maven package repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.mxnet%22).
The official Java Packages are released with the release of MXNet 1.4 and are now available on the [MXNet Maven package repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.mxnet%22).

Note :
- Change the osx-x86_64 to linux-x86_64 if your platform is linux.
Expand Down

0 comments on commit 14c7803

Please sign in to comment.