Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Commit

Permalink
Docs update (#405)
Browse files Browse the repository at this point in the history
* update docs links to consensys.net
* fixed CI link

Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla authored Feb 16, 2021
1 parent 7b66adb commit f07c01e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ PostgreSQL database.

### Additions and Improvements

- Added option to move Orion peer table to persistent storage to support [high availability configurations](https://docs.orion.pegasys.tech/en/latest/HowTo/High-Availability/) [\#332](https://github.com/PegaSysEng/orion/pull/332)
- Added [environment variables](https://docs.orion.pegasys.tech/en/latest/Reference/Configuration-File/) to support Orion deployment [\#332](https://github.com/PegaSysEng/orion/pull/332)
- Added option to move Orion peer table to persistent storage to support [high availability configurations](https://docs.orion.consensys.net/en/latest/HowTo/High-Availability/) [\#332](https://github.com/PegaSysEng/orion/pull/332)
- Added [environment variables](https://docs.orion.consensys.net/en/latest/Reference/Configuration-File/) to support Orion deployment [\#332](https://github.com/PegaSysEng/orion/pull/332)

## 1.5

### Additions and Improvements

* [TLS support to secure Orion to Orion, and Orion to Hyperledger Besu communication](https://docs.orion.pegasys.tech/en/latest/Concepts/TLS-Communication/).
* [TLS support to secure Orion to Orion, and Orion to Hyperledger Besu communication](https://docs.orion.consensys.net/en/latest/Concepts/TLS-Communication/).

### Known Bugs

Expand Down Expand Up @@ -89,8 +89,8 @@ Workaround - Do not use `alwayssendto`.
- Added Oracle DB support [\#284](https://github.com/PegaSysEng/orion/pull/284)
- Added PostgreSQL DB support [\#276](https://github.com/PegaSysEng/orion/pull/276)
- Documentation updates include:
- Added content on configuring [Oracle](https://docs.orion.pegasys.tech/en/latest/Configuring-Orion/Using-Oracle/) and [PostgreSQL](https://docs.orion.pegasys.tech/en/latest/Configuring-Orion/Using-PostgreSQL/) databases
- Added content on generating [certificates using OpenSSL](https://docs.orion.pegasys.tech/en/latest/Configuring-Orion/TLS/#generating-certificates-using-openssl)
- Added content on configuring [Oracle](https://docs.orion.consensys.net/en/latest/Configuring-Orion/Using-Oracle/) and [PostgreSQL](https://docs.orion.consensys.net/en/latest/Configuring-Orion/Using-PostgreSQL/) databases
- Added content on generating [certificates using OpenSSL](https://docs.orion.consensys.net/en/latest/Configuring-Orion/TLS/#generating-certificates-using-openssl)

### Technical Improvements

Expand All @@ -113,9 +113,9 @@ Stability improvements and bug fixes
### Additions and Improvements

- Documentation updates include:
- Added content on [privacy groups](https://docs.orion.pegasys.tech/en/latest/Using-Orion/Privacy-Groups/)
- Added [TLS content](https://docs.orion.pegasys.tech/en/latest/Configuring-Orion/TLS/)
- Updated [Client API](https://docs.orion.pegasys.tech/en/latest/Reference/API-Methods/) reference to include privacy group methods
- Added content on [privacy groups](https://docs.orion.consensys.net/en/latest/Using-Orion/Privacy-Groups/)
- Added [TLS content](https://docs.orion.consensys.net/en/latest/Configuring-Orion/TLS/)
- Updated [Client API](https://docs.orion.consensys.net/en/latest/Reference/API-Methods/) reference to include privacy group methods

### Technical Improvements

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ These are not strictly enforced during the build, but should be adhered to and c
| [`needs engineering approval`][search-label-needs-engineering-approval] | Pull requests which need to be approved from a technical person, mainly documentation PRs. |

[[email protected]]: mailto:[email protected]
[Orion documentation]: https://docs.orion.pegasys.tech/
[Orion documentation]: https://docs.orion.consensys.net/
[CLA.md]: /CLA.md
[Code Reviews]: /community/code-reviews.md
[MkDocs]: https://www.mkdocs.org/
[How to Write a Git Commit Message]: https://chris.beams.io/posts/git-commit/
[Chris Beams]: https://github.com/cbeams
[Chris Beams]: https://github.com/cbeams
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Orion

[![CircleCI](https://circleci.com/gh/PegaSysEng/orion.svg?style=svg&circle-token=5f92fd966a971e60e57f53f2257fe5dda0fcf52c)](https://circleci.com/gh/PegaSysEng/orion)
[![CircleCI](https://circleci.com/gh/ConsenSys/orion.svg?style=svg&circle-token=5f92fd966a971e60e57f53f2257fe5dda0fcf52c)](https://circleci.com/gh/ConsenSys/orion)
[![Download](https://api.bintray.com/packages/consensys/binaries/orion/images/download.svg)](https://bintray.com/consensys/binaries/orion/_latestVersion)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/PegasysEng/pantheon/blob/master/LICENSE)

Expand All @@ -24,7 +24,7 @@ See our [User Documentation].

* [Contribution Guidelines](CONTRIBUTING.md)
* [Coding Conventions](CODING-CONVENTIONS.md)
* [User Documentation]: https://docs.orion.consensys.net/en/latest/
* [User Documentation](https://docs.orion.consensys.net/en/latest/)

### Development

Expand All @@ -39,4 +39,4 @@ Instructions for how to get started with developing on the Orion codebase. Pleas

## Running Orion on Docker

* [Running on Docker](docs/development/docker.md)
* [Running on Docker](docs/development/docker.md)

0 comments on commit f07c01e

Please sign in to comment.