Skip to content

Commit 80bfafe

Browse files
committedApr 4, 2018
Make links to Dependency Example relative
1 parent 2add34e commit 80bfafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎sqldeveloper/extension/setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Currently the SQL Developer examples are part of a larger set that must be downl
1919
![get examples image](images/get-examples.png)
2020

2121
### Third party libraries
22-
**If** you plan to build the [Dependency Example](https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension/java/DependencyExample), you will also need:
22+
**If** you plan to build the [Dependency Example](java/DependencyExample), you will also need:
2323
* [FXDiagram 0.35.0](http://dl.bintray.com/jankoehnlein/FXDiagram/standalone/fxdiagram-jars-0.35.0.zip "fxdiagram-jars-0.35.0.zip")
2424
* [KIELER KLay Layouters 0.14.0](http://rtsys.informatik.uni-kiel.de/~kieler/files/release_pragmatics_2015-02/klay/klay_2015-02.jar "klay_2015-02.jar")
2525

@@ -32,7 +32,7 @@ sqldeveloper/extension is an eclipse project directory but the examples are buil
3232
* extension/build.properties - Update to point to your SQL Developer installation & optionally change the owner info.
3333

3434
### Third party libraries
35-
**If/when** you plan to build the [Dependency Example](https://github.com/oracle/oracle-db-examples/tree/master/sqldeveloper/extension/java/DependencyExample), see that page for additional set up requirements.
35+
**If/when** you plan to build the [Dependency Example](java/DependencyExample), see that page for additional set up requirements.
3636

3737
## Making it go
3838
If you are using eclipse, I'm going to assume you know how to import an existing project and run ant tasks but continue reading to learn about the various ant tasks and how they are used.

0 commit comments

Comments
 (0)
Failed to load comments.