diff --git a/docs/guides/operator-guide-aws-marketplace.md b/docs/guides/operator-guide-aws-marketplace.md index 56729deda..3a99f33d9 100644 --- a/docs/guides/operator-guide-aws-marketplace.md +++ b/docs/guides/operator-guide-aws-marketplace.md @@ -329,7 +329,8 @@ These are the default settings for the following reasons: - The command refers to `/var/lib/logrotate/logrotate.status` to check the log status and see if it has reached the rotation condition, so that it won't make extra rotations when `logrotate` is run every minute. ### Changing the Log Rotation Schedule -To change the log rotation schedule, update the `etc/logrotate.d/uid2operator.conf` file. + +To change the log rotation schedule, update the `etc/logrotate.d/operator-logrotate.conf` file. Follow the instructions in the logrotate documentation: see [logrotate(8) - Linux man](https://linux.die.net/man/8/logrotate) page. diff --git a/docs/sdks/sdk-ref-csharp-dotnet.md b/docs/sdks/sdk-ref-csharp-dotnet.md index a717e04fd..3a737345c 100644 --- a/docs/sdks/sdk-ref-csharp-dotnet.md +++ b/docs/sdks/sdk-ref-csharp-dotnet.md @@ -37,7 +37,6 @@ The library uses .NET Standard 2.1. unit tests. The sample app uses .NET 5.0. ## GitHub Repository/Binary - This SDK is in the following open-source GitHub repository: - [SDK for .NET](https://github.com/IABTechLab/uid2-client-net/blob/master/README.md)