diff --git a/docs/projects/alloy.md b/docs/projects/android-identity-library.md similarity index 95% rename from docs/projects/alloy.md rename to docs/projects/android-identity-library.md index 73381916..95a2f93f 100644 --- a/docs/projects/alloy.md +++ b/docs/projects/android-identity-library.md @@ -1,4 +1,4 @@ -# Alloy +# Android Identity Library ## Project Description Libraries and reference applications for working with real-world identity. @@ -94,10 +94,10 @@ the credential after user consent. diff --git a/docs/projects/index.md b/docs/projects/index.md index 28148128..144fb226 100644 --- a/docs/projects/index.md +++ b/docs/projects/index.md @@ -13,5 +13,5 @@ Projects in the OpenWallet Foundation follow the [project lifecycle](../governan | 2023-Aug-09 | [Farmworker Wallet OS](./fwos.md) | Lab | | 2023-Sep-28 | [VC API](./vc-api.md) | Lab | | 2023-Oct-05 | [Wallet Framework .NET](./wallet-framework-dotnet.md) | Lab | -| 2023-Oct-18 | [Alloy](./alloy.md) | Lab | +| 2023-Oct-18 | [Android Identity Library](./android-identity-library.md) | Lab | | 2023-Nov-01 | [SD-JWT JavaScript](./sd-jwt-js.md) | Lab | diff --git a/mkdocs.yml b/mkdocs.yml index d22d2511..b10f2116 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -143,7 +143,7 @@ nav: - 2023-03-08: meetings/2023/2023-03-08.md - Projects: - projects/index.md - - Alloy: projects/alloy.md + - Android Identity Library: projects/android-identity-library.md - Farmworker Wallet OS: projects/fwos.md - SD-JWT JavaScript: projects/sd-jwt-js.md - SD-JWT Kotlin: projects/sd-jwt-kotlin.md