Skip to content

Commit deb0d03

Browse files
committed
tweaks in markdown to make it compatible with github
1 parent 9212694 commit deb0d03

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This guide covers a number of topics related to the architecture of systems wher
44
components of the whole. If you are interested in the architecture of Cordaptor itself, see
55
[Extensions](./extensions.md) instead.
66

7-
* [Motivation for Cordaptor](#Motivation)
8-
* [Deployment models](#Deployment)
7+
* [Motivation for Cordaptor](#motivation)
8+
* [Deployment models](#deployment)
99

1010
## Motivation
1111

@@ -125,7 +125,7 @@ Refer to the [Dockerfile](../tar/Dockerfile) for details how it's built or requi
125125
Consider contributing your Dockerfile by creating a pull request.
126126

127127
Cordaptor is compatible with standard practice of using environment variables to provide secrets to containers.
128-
See [Secrets management](#Secrets management) below for further details.
128+
See [Secrets management](#secrets-management) below for further details.
129129

130130
## Functionality
131131

docs/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Cordaptor is designed for flexibility and ability to fit into any reasonable Corda use case.
44
Hence, there are a number of ways to quickly add Cordaptor to your stack:
55

6-
* [Ad hoc use of Cordaptor embedded CorDapp bundle](#Ad hoc use of Cordaptor embedded CorDapp bundle)
7-
* [Adding Cordaptor embedded CorDapp bundle to deployNodes task](#Adding Cordaptor embedded CorDapp bundle to deployNodes task)
8-
* [Running Cordaptor standalone](#Running Cordaptor standalone)
9-
* [Running Cordaptor in Docker](#Running Cordaptor in Docker)
6+
* [Ad hoc use of Cordaptor embedded CorDapp bundle](#ad-hoc-use-of-cordaptor-embedded-cordapp-bundle)
7+
* [Adding Cordaptor embedded CorDapp bundle to deployNodes task](#adding-cordaptor-embedded-cordapp-bundle-to-deploynodes-task)
8+
* [Running Cordaptor standalone](#running-cordaptor-standalone)
9+
* [Running Cordaptor in Docker](#running-cordaptor-in-docker)
1010

1111
## Ad hoc use of Cordaptor embedded CorDapp bundle
1212

@@ -78,7 +78,7 @@ with `StartableByService` annotation for them to be available for initiation by
7878
## Running Cordaptor standalone
7979
8080
This is currently available on Linux/Mac only. You can run Cordaptor standalone on Windows using Docker, see
81-
[next section](#Running Cordaptor in Docker) for details.
81+
[next section](#running-cordaptor-in-docker) for details.
8282
8383
Unlike the embedded bundle, which is running inside a Corda node, standalone Cordaptor runs as a separate process
8484
and establishes Corda RPC connection to the node. This requires Corda node to have RPC user accounts with

0 commit comments

Comments
 (0)