File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ This guide covers a number of topics related to the architecture of systems wher
44components 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
125125Consider contributing your Dockerfile by creating a pull request.
126126
127127Cordaptor 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
Original file line number Diff line number Diff line change 33Cordaptor is designed for flexibility and ability to fit into any reasonable Corda use case.
44Hence, 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
8080This 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
8383Unlike the embedded bundle, which is running inside a Corda node, standalone Cordaptor runs as a separate process
8484and establishes Corda RPC connection to the node. This requires Corda node to have RPC user accounts with
You can’t perform that action at this time.
0 commit comments