diff --git a/.doc_gen/metadata/cross_metadata.yaml b/.doc_gen/metadata/cross_metadata.yaml index db23246abda..8202118bdec 100644 --- a/.doc_gen/metadata/cross_metadata.yaml +++ b/.doc_gen/metadata/cross_metadata.yaml @@ -41,7 +41,7 @@ cross_PAM: .NET: versions: - sdk_version: 3 - github: dotnetv3\cross-service\PhotoAssetManager + github: dotnetv3/cross-service/PhotoAssetManager block_content: cross_PAM_dotnet_block.xml JavaScript: versions: diff --git a/dotnetv3/dynamodb/README.md b/dotnetv3/dynamodb/README.md index 782e81a4389..3d5b1df982b 100644 --- a/dotnetv3/dynamodb/README.md +++ b/dotnetv3/dynamodb/README.md @@ -1,4 +1,4 @@ - + # DynamoDB code examples for the SDK for .NET ## Overview @@ -69,7 +69,7 @@ functions within the same service. Sample applications that work across multiple AWS services. -* [Create a serverless application to manage photos](dotnetv3\cross-service\PhotoAssetManager) +* [Create a serverless application to manage photos](../cross-service/PhotoAssetManager) * [Create a web application to track DynamoDB data](../cross_service/DynamoDbItemTracker) ## Run the examples