Skip to content

Commit

Permalink
Merge pull request #160 from planetf1/mainrename2
Browse files Browse the repository at this point in the history
odpi/egeria#6907 further updates master->main
  • Loading branch information
CDaRip2U committed Oct 25, 2022
2 parents 4c84313 + 4919082 commit 77df8b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 77df8b8

Please sign in to comment.