Skip to content

Commit

Permalink
Merge pull request #479 from planetf1/mainrename2
Browse files Browse the repository at this point in the history
odpi/egeria#6907 further updates master->main
  • Loading branch information
planetf1 committed Oct 20, 2022
2 parents 4c879c1 + 1c63172 commit c4395b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the ODPi Egeria project. -->

![Egeria Logo](https://raw.githubusercontent.com/odpi/egeria/master/assets/img/ODPi_Egeria_Logo_color.png)
![Egeria Logo](https://raw.githubusercontent.com/odpi/egeria/main/assets/img/ODPi_Egeria_Logo_color.png)

[![GitHub](https://img.shields.io/github/license/odpi/egeria)](LICENSE)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3044/badge)](https://bestpractices.coreinfrastructure.org/projects/3044)
Expand Down
2 changes: 1 addition & 1 deletion apache-atlas-adapter/README.md
Expand Up @@ -144,7 +144,7 @@ If you have a completely empty Apache Atlas environment, you may want to load so

Samples are provided under [samples](../samples):

- `AtlasGlossary.zip` contains a sample glossary, set of categories and terms as defined in the [Coco Pharmaceuticals](https://github.com/odpi/egeria/tree/master/open-metadata-resources/open-metadata-deployment/sample-data/coco-pharmaceuticals)
- `AtlasGlossary.zip` contains a sample glossary, set of categories and terms as defined in the [Coco Pharmaceuticals](https://github.com/odpi/egeria/tree/main/open-metadata-resources/open-metadata-deployment/sample-data/coco-pharmaceuticals)
set of samples.

These can be loaded to the environment using the following command:
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/index.html
Expand Up @@ -806,7 +806,7 @@ <h4 style="text-align: left;">Building</h4>
<h2 style="text-align: left;">3. Configure security</h2>
<p style="font-size: x-large; text-align: left;">
To get an initial environment up-and-running just download the <code>truststore.p12</code>
file from: <a href="https://github.com/odpi/egeria/raw/master/truststore.p12">https://github.com/odpi/egeria/raw/master/truststore.p12</a>.
file from: <a href="https://github.com/odpi/egeria/raw/main/truststore.p12">https://github.com/odpi/egeria/raw/main/truststore.p12</a>.
</p>
<p style="font-size: x-large; text-align: left;">
In addition, set an environment variable <code>STRICT_SSL=false</code>.
Expand All @@ -815,7 +815,7 @@ <h2 style="text-align: left;">3. Configure security</h2>
<section data-menu-title="TLS (Egeria)">
<h3 style="text-align: left;">Transport-level security for Egeria</h3>
<p style="font-size: x-large; text-align: left;">
The <a href="https://github.com/odpi/egeria/raw/master/truststore.p12">truststore.p12</a>
The <a href="https://github.com/odpi/egeria/raw/main/truststore.p12">truststore.p12</a>
file provides a local truststore for Java. This allows the self-signed certificate embedded
within the server chassis (by default) to be trusted.
</p>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -43,7 +43,7 @@
<scm>
<connection>scm:git:git://github.com/odpi/egeria-connector-hadoop-ecosystem.git</connection>
<developerConnection>scm:git:ssh://github.com:odpi/egeria-connector-hadoop-ecosystem.git</developerConnection>
<url>http://github.com/odpi/egeria-connector-hadoop-ecosystem/tree/master</url>
<url>http://github.com/odpi/egeria-connector-hadoop-ecosystem/tree/main</url>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion samples/README.md
Expand Up @@ -7,7 +7,7 @@ These sample Postman collections illustrate configuring and using the Apache Atl
for ODPi Egeria.

Each should be used with the
[environment defined in the Egeria Core samples](https://github.com/odpi/egeria/blob/master/open-metadata-resources/open-metadata-samples/postman-rest-samples/README.md),
[environment defined in the Egeria Core samples](https://github.com/odpi/egeria/blob/main/open-metadata-resources/open-metadata-samples/postman-rest-samples/README.md),
which has all of the needed variables defined within it.

# Egeria-Apache-Atlas-config.postman_collection.json
Expand Down

0 comments on commit c4395b2

Please sign in to comment.