Skip to content

Commit 50c7a00

Browse files
committed
fix links
Signed-off-by: Sean Kao <seankao@amazon.com>
1 parent 6c02a69 commit 50c7a00

8 files changed

Lines changed: 17 additions & 15 deletions

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ reported the issue. Please try to include as much information as you can. Detail
2020
* Anything unusual about your environment or deployment
2121

2222
## Sign your work
23-
OpenSearch is an open source product released under the Apache 2.0 license (see either [the Apache site](https://www.apache.org/licenses/LICENSE-2.0) or the [LICENSE.txt file](../LICENSE.txt)). The Apache 2.0 license allows you to freely use, modify, distribute, and sell your own products that include Apache 2.0 licensed software.
23+
OpenSearch is an open source product released under the Apache 2.0 license (see either [the Apache site](https://www.apache.org/licenses/LICENSE-2.0) or the [LICENSE.txt file](./LICENSE)). The Apache 2.0 license allows you to freely use, modify, distribute, and sell your own products that include Apache 2.0 licensed software.
2424

2525
We respect intellectual property rights of others and we want to make sure all incoming contributions are correctly attributed and licensed. A Developer Certificate of Origin (DCO) is a lightweight mechanism to do that.
2626

MAINTAINERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This document contains a list of maintainers in this repo. See [opensearch-proje
1616
| Peter Fitzgibbons | [pjfitzgibbons](https://github.com/pjfitzgibbons) | Amazon |
1717
| Simeon Widdis | [swiddis](https://github.com/swiddis) | Amazon |
1818
| Chen Dai | [dai-chen](https://github.com/dai-chen) | Amazon |
19-
| Vamsi Manohar | [vamsi-amazon](https://github.com/vamsi-amazon) | Amazon |
19+
| Vamsi Manohar | [vamsi-amazon](https://github.com/vamsimanohar) | Amazon |
2020
| Peng Huo | [penghuo](https://github.com/penghuo) | Amazon |
2121
| Sean Kao | [seankao-az](https://github.com/seankao-az) | Amazon |
2222
| Anirudha Jadhav | [anirudha](https://github.com/anirudha) | Amazon |

bi-connectors/TableauConnector/tableau_support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Connect an OpenSearch data source to Tableau Desktop via the Tableau Connector t
77
## Prerequisites
88

99
* Download and Install [Tableau Desktop](https://www.tableau.com/products/desktop/download) 2020 and higher
10-
* Install and Configure [OpenSearch](https://docs-beta.opensearch.org/opensearch/install/index/)
11-
* Download and Install [OpenSearch SQL JDBC driver](../../sql-jdbc/README.md)
10+
* Install and Configure [OpenSearch](https://opensearch.org/docs/latest/install-and-configure/install-opensearch/index/)
11+
* Download and Install [OpenSearch SQL JDBC driver](../../README.md)
1212
* Download Tableau Connector ([opensearch_sql_jdbc.taco](opensearch_sql_jdbc.taco)).
1313
Click on **Download** option for downloading `opensearch_sql_jdbc.taco` file.
1414
<img src="img/tableau_download_taco.png" >

docs/tableau.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Download and Installation
44

55
* Download and install [Tableau Desktop](https://www.tableau.com/en-ca/products/desktop/download).
6-
* Install and configure [OpenSearch](https://docs-beta.opensearch.org/opensearch/install/index/).
6+
* Install and configure [OpenSearch](https://opensearch.org/docs/latest/install-and-configure/install-opensearch/index/).
77
* Download the [OpenSearch JDBC Driver](../README.md#download-and-installation).
88

99
## Setup
@@ -85,4 +85,4 @@ You will need:
8585
3. Double click or drag desired fields under **Dimensions**.
8686
4. Select available visualization under **Show Me**.
8787

88-
![Image of Tableau Graph](img/tableau_graph.PNG)
88+
![Image of Tableau Graph](img/tableau_graph.png)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## 2020-05-07, Version 1.7.0.0
22
### Changes
3-
* Feature [#76](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/76): Cursor integration. (issue: [#74](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/74))
3+
* Feature [#76](https://github.com/amazon-archives/sql-jdbc/pull/76): Cursor integration. (issue: [#74](https://github.com/amazon-archives/sql-jdbc/issues/74))

release-notes/ODFE-jdbc.release-notes-up-to-1.6.1.0.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## 2020-04-29, Version 1.6.1.0
22
### Enhancement
3-
* Enhancement [#72](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/72): Use default holdability for prepareStatement. (issue: [#63](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/63))
3+
* Enhancement [#72](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/72): Use default holdability for prepareStatement. (issue: [#63](https://github.com/amazon-archives/sql-jdbc/issues/63))
44

55
## 2020-03-24, Version 1.6.0.0
66
### Enhancement
7-
* Enhancement [#49](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/49): Implementation of the execute method in the PreparedStatementImpl class (issue: [#62](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/62))
7+
* Enhancement [#49](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/49): Implementation of the execute method in the PreparedStatementImpl class (issue: [#62](https://github.com/amazon-archives/sql-jdbc/issues/62))
88

99
### Bugfix
10-
* BugFix [#68](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/68): Change the request body encoding to UTF-8 (issues: [#54](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/54), [#66](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/66), [#opendistro for elasticsearch/sql#392](https://github.com/opendistro-for-elasticsearch/sql/issues/392) )
10+
* BugFix [#68](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/68): Change the request body encoding to UTF-8 (issues: [#54](https://github.com/amazon-archives/sql-jdbc/issues/54), [#66](https://github.com/amazon-archives/sql-jdbc/issues/66), [#opendistro for elasticsearch/sql#392](https://github.com/opendistro-for-elasticsearch/sql/issues/392) )
1111

1212
## 2020-1-26, Version 1.4.0
1313

@@ -18,8 +18,8 @@
1818
* Feature [#35](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/35): Add documentation for connecting Tableau with OpenSearch using JDBC Driver
1919

2020
### Bugfixes
21-
* BugFix [#47](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/47): Result set metadata returns Elasticsearch type (issue: [#43](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/43))
22-
* BugFix [#45](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/45): Add missing Elasticsearch type : object (issue: [#44](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/43))
21+
* BugFix [#47](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/47): Result set metadata returns Elasticsearch type (issue: [#43](https://github.com/amazon-archives/sql-jdbc/issues/43))
22+
* BugFix [#45](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/45): Add missing Elasticsearch type : object (issue: [#44](https://github.com/amazon-archives/sql-jdbc/issues/43))
2323
* BugFix [#32](https://github.com/opendistro-for-elasticsearch/sql-jdbc/pull/32): Added IP type and mapped with JDBC type of varchar
2424

2525
## 2019-10-29, Version 1.3.0
@@ -58,7 +58,7 @@ No update in this release.
5858

5959
### Notable Changes
6060

61-
* Feature [#4](https://github.com/opendistro-for-elasticsearch/sql-jdbc/issues/4): Add support for Elasticsearch 6.6
61+
* Feature [#4](https://github.com/amazon-archives/sql-jdbc/issues/4): Add support for Elasticsearch 6.6
6262

6363

6464
## 2019-03-11, Version 0.7.0

release-notes/opensearch-jdbc-release-notes-1.2.0.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
### Maintenance
1313
* JDBC package renaming ([#54](https://github.com/opensearch-project/sql/pull/54))
1414
* Patch CVE and sync versioning ([#44](https://github.com/opensearch-project/sql-jdbc/pull/44))
15-
* Bump driver version ([#941](https://github.com/opensearch-project/sql/pull/941), [#11](https://github.com/opensearch-project/sql-jdbc/pull/11), [#12](https://github.>* Add JDBC driver jenkins CI workflow ([#15](https://github.com/opensearch-project/sql-jdbc/pull/15), [#45](https://github.com/opensearch-project/sql-jdbc/pull/45), [#>* Update dependency `com.amazonaws:aws-java-sdk-core` to v1.12.1 ([#10](https://github.com/opensearch-project/sql-jdbc/pull/10))
15+
* Bump driver version ([#941](https://github.com/opensearch-project/sql/pull/941), [#11](https://github.com/opensearch-project/sql-jdbc/pull/11), [#12](https://github.com/opensearch-project/sql-jdbc/pull/12))
16+
* Add JDBC driver jenkins CI workflow ([#15](https://github.com/opensearch-project/sql-jdbc/pull/15), [#45](https://github.com/opensearch-project/sql-jdbc/pull/45), [#48](https://github.com/opensearch-project/sql-jdbc/pull/48), [#53](https://github.com/opensearch-project/sql-jdbc/pull/53))
17+
* Update dependency `com.amazonaws:aws-java-sdk-core` to v1.12.1 ([#10](https://github.com/opensearch-project/sql-jdbc/pull/10))
1618
* Update wiremock and jetty dependencies ([#872](https://github.com/opensearch-project/sql/pull/872), [#46](https://github.com/opensearch-project/sql-jdbc/pull/46))
1719
* Update version of `jackson-databind` dependency ([#943](https://github.com/opensearch-project/sql/pull/943))
1820
* Bump JDBC driver's dependency version ([#735](https://github.com/opensearch-project/sql/pull/735))

release-notes/opensearch-jdbc-release-notes-1.3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 2023-05-10, Version 1.3.0.0
22
### Features
3-
* Adding Struct Support ([#73]((https://github.com/opensearch-project/sql-jdbc/pull/73))
3+
* Adding Struct Support ([#73](https://github.com/opensearch-project/sql-jdbc/pull/73))
44

55
### Enhancements
66

0 commit comments

Comments
 (0)