Skip to content

Commit

Permalink
Fix docs url in README
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Nov 27, 2024
1 parent 3c887b1 commit 57626e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ transfer it onto your robot!

<img src='doc/images/eocvsim_screenshot_1.png' width='75%' height='75%'>

# Learn how to install and use the simulator in the [documentation here](https://deltacv.gitbook.io/eocv-sim/)
# Learn how to install and use the simulator in the [documentation here](https://docs.deltacv.org/eocv-sim)
### (Common users won't need to scroll down any further from here - the gitbook has everything you need)

# [Buy me a coffee](https://buymeacoffee.com/serivesmejia)
Expand Down Expand Up @@ -46,7 +46,7 @@ Since OpenCV in Java uses a native library, which is platform specific, the simu

## Downloading and documentation

Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downloading-eocv-sim) to download the sim. The rest of the documentation can also be found [there](https://deltacv.gitbook.io/eocv-sim/).
Follow the steps in [this page](https://docs.deltacv.org/eocv-sim/downloading-eocv-sim) to download the sim. The rest of the documentation can also be found [there](https://deltacv.gitbook.io/eocv-sim/).

## Adding EOCV-Sim as a dependency for plugin development

Expand All @@ -55,7 +55,8 @@ Follow the steps in [this page](https://deltacv.gitbook.io/eocv-sim/basics/downl
### Gradle
```groovy
repositories {
maven { url 'https://jitpack.com' } //add jitpack as a maven repo
maven { url 'https://jitpack.com' } //add jitpack as a maven repo
mavenCentral() //add maven central as a maven repo
}
dependencies {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RELEASE_SIGNING_ENABLED=true

POM_DESCRIPTION=Develop, test, and tune your EasyOpenCV pipelines directly on your computer with a simple GUI !
POM_INCEPTION_YEAR=2024
POM_URL=https://github.com/deltacv/EOCV-Sim/
POM_URL=https://docs.deltacv.org/eocv-sim

POM_LICENSE_NAME=MIT License
POM_LICENSE_URL=https://opensource.org/license/mit
Expand All @@ -16,4 +16,4 @@ POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/deltacv/EOCV-Sim.git

POM_DEVELOPER_ID=serivesmejia
POM_DEVELOPER_NAME=Sebastian Erives
POM_DEVELOPER_URL=https://github.com/serivesmejia/
POM_DEVELOPER_URL=https://github.com/serivesmejia/

0 comments on commit 57626e1

Please sign in to comment.