From 31059694082e3deabdc1eb99f962c53c39009ea8 Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Thu, 20 Oct 2022 14:14:28 +0100 Subject: [PATCH] odpi/egeria#6907 further updates master->main Signed-off-by: Nigel Jones --- CONTRIBUTING.md | 2 +- README.md | 2 +- .../connector/sas/repository/connector/stores/TypeDefStore.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 183038a..5ed78f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1 @@ -Please refer to the [Egeria Contribution Guidelines](https://github.com/odpi/egeria/blob/master/CONTRIBUTING.md) to contribute. +Please refer to the [Egeria Contribution Guidelines](https://github.com/odpi/egeria/blob/main/CONTRIBUTING.md) to contribute. diff --git a/README.md b/README.md index c9da985..37d5ef8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Overview The purpose of this project is to create an Egeria connector for SAS Information Catalog. -Much of this code is based off of the Atlas-Egeria connector, which you can find [here](https://github.com/odpi/egeria-connector-hadoop-ecosystem/tree/master/apache-atlas-adapter). +Much of this code is based off of the Atlas-Egeria connector, which you can find [here](https://github.com/odpi/egeria-connector-hadoop-ecosystem/tree/main/apache-atlas-adapter). ## Starting Egeria Server with Connector 1. Run `gradlew clean build install` in this repository diff --git a/src/main/java/org/odpi/openmetadata/connector/sas/repository/connector/stores/TypeDefStore.java b/src/main/java/org/odpi/openmetadata/connector/sas/repository/connector/stores/TypeDefStore.java index f89a26a..70e2ee7 100644 --- a/src/main/java/org/odpi/openmetadata/connector/sas/repository/connector/stores/TypeDefStore.java +++ b/src/main/java/org/odpi/openmetadata/connector/sas/repository/connector/stores/TypeDefStore.java @@ -26,7 +26,7 @@ /** * Store of implemented TypeDefs for the repository. - * Source: https://github.com/odpi/egeria-connector-hadoop-ecosystem/blob/master/apache-atlas-adapter/src/main/java/org/odpi/egeria/connectors/apache/atlas/repositoryconnector/stores/TypeDefStore.java + * Source: https://github.com/odpi/egeria-connector-hadoop-ecosystem/blob/main/apache-atlas-adapter/src/main/java/org/odpi/egeria/connectors/apache/atlas/repositoryconnector/stores/TypeDefStore.java */ public class TypeDefStore {