Skip to content

Commit b6edad5

Browse files
authored
docs: Update CONTRIBUTING.md -- fix broken link (#7543) Thanks @mfreeman451 !
Updating path and name for JDBCDriver
1 parent 8dbf879 commit b6edad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The rest will be done by `BaseDriver` class.
137137
### Implementing a JDBC Driver
138138

139139
If there's existing JDBC Driver in place for Database of interest you can just create `DbTypes` configuration inside
140-
[cubejs-jdbc-driver/driver/JDBCDriver.js](https://github.com/statsbotco/cube.js/blob/master/packages/cubejs-jdbc-driver/driver/JDBCDriver.js#L31).
140+
[cubejs-jdbc-driver/driver/JDBCDriver.ts](https://github.com/cube-js/cube/blob/master/packages/cubejs-jdbc-driver/src/JDBCDriver.ts).
141141
Most of the time no additional adjustments required for base `JDBCDriver` implementation as JDBC is pretty standard.
142142
In case you need to tweak it a little please follow [Implementing Driver](#implementing-driver) steps but use `JDBCDriver` as your base driver class.
143143

0 commit comments

Comments
 (0)