Skip to content

Commit

Permalink
#477: Fix broken links (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Oct 26, 2022
1 parent 182a8a1 commit 410bb43
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh text eol=lf
3 changes: 2 additions & 1 deletion doc/changes/changes_6.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Code name: ??
## Documentation

* #460: Removed Teradata
* #462: Updated supported/active-development versions table
* #462: Updated supported/active-development versions table
* #477: Fixed broken links
2 changes: 1 addition & 1 deletion doc/dialects/aurora.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this section we are discussing how to use the PostgreSQL dialect of the Virtu

### Uploading the JDBC Driver to BucketFS

First download the [Postgres JDBC driver](https://jdbc.postgresql.org/download.html).
First download the [Postgres JDBC driver](https://jdbc.postgresql.org/download/).

For TLS secured connections use the JDBC driver version **42.2.6 or later**.

Expand Down
6 changes: 0 additions & 6 deletions src/test/resources/logging.properties

This file was deleted.

5 changes: 5 additions & 0 deletions tools/install_vs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash

set -o errexit
set -o nounset
set -o pipefail

readonly BUCKET_URL='http://w:jars@localhost:2580/jars/'
readonly VS_JAR_SOURCE_PATH="$1"
readonly JAR_FILE=$(basename "$VS_JAR_SOURCE_PATH")
Expand Down

0 comments on commit 410bb43

Please sign in to comment.