Skip to content

Commit

Permalink
address workflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Jan 24, 2024
1 parent c2fae09 commit a6dc229
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .accepted_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ csproj
csr
cv
cvd
DataAdapter
DataAdapterFactory
depgen
der
dev
Expand Down Expand Up @@ -98,6 +100,7 @@ launchSetting
libs
libssl
lifecycle
loopback
mailto
ManagedSubscribeDataAdapter
MappingAdapter
Expand Down Expand Up @@ -160,6 +163,7 @@ signkey
snapd
src
SSL
standalone
stdout
STRUCT
struct
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

<!--alex disable he-she her-him brothers-sisters-->
## Why "Freyja"?
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a6dc229

Please sign in to comment.