diff --git a/.accepted_words.txt b/.accepted_words.txt index 5e8d366..9ac3781 100644 --- a/.accepted_words.txt +++ b/.accepted_words.txt @@ -42,6 +42,8 @@ csproj csr cv cvd +DataAdapter +DataAdapterFactory depgen der dev @@ -98,6 +100,7 @@ launchSetting libs libssl lifecycle +loopback mailto ManagedSubscribeDataAdapter MappingAdapter @@ -160,6 +163,7 @@ signkey snapd src SSL +standalone stdout STRUCT struct diff --git a/README.md b/README.md index 9449f98..2fc13b9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To use Freyja, you will need to implement some adapters and write the main execu For a guide on how to get started quickly by running some minimal examples, see the [Quickstart Guide](docs/tutorials/quickstart.md). -For more advanced topics on how to implement and use your own adapters, see the [Custom Adapters Guide](docs/custom-adapters.md). +For more advanced topics on how to implement and use your own adapters, see the [Custom Adapters Guide](docs/tutorials/custom-adapters.md). ## Why "Freyja"? diff --git a/docs/tutorials/quickstart.md b/docs/tutorials/quickstart.md index 7d5bf90..7bc8a0b 100644 --- a/docs/tutorials/quickstart.md +++ b/docs/tutorials/quickstart.md @@ -62,7 +62,7 @@ This appendix lists the sample that are provided in this repository. These are s ## Digital Twin Adapters -- [In-Memory Mock Cloud Adapter](../adapters/cloud/in_memory_mock_cloud_adapter/README.md): Emulates a Cloud Connector entirely within the memory of the Freyja application. When data is emitted to this adapter it will be printed to the console window. +- [In-Memory Mock Cloud Adapter](../../adapters/cloud/in_memory_mock_cloud_adapter/README.md): Emulates a Cloud Connector entirely within the memory of the Freyja application. When data is emitted to this adapter it will be printed to the console window. ## Data Adapters