Skip to content

Commit 7373cac

Browse files
committed
refactor: Rename index.html file for API reference guide
1 parent d133d13 commit 7373cac

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -911,20 +911,3 @@ Protocol tests can be found in the `sdk/test/ProtocolTests` directory. Protocol
911911

912912
All low-level service clients are created using the code generator found in the **generator** folder. The code generator
913913
uses the service models defined in the **generator\ServiceModels** folder.
914-
915-
[nuget-info]: https://nuget.org/
916-
[aws]: http://aws.amazon.com/
917-
[sdk-website]: http://aws.amazon.com/sdkfornet
918-
[sdk-forum]: http://developer.amazonwebservices.com/connect/forum.jspa?forumID=61
919-
[sdk-source]: https://github.com/aws/aws-sdk-net
920-
[sdk-issues]: https://github.com/aws/aws-sdk-net/issues
921-
[sdk-license]: http://aws.amazon.com/apache2.0/
922-
[docs-api]: http://docs.aws.amazon.com/sdkfornet/v3/apidocs/Index.html
923-
[docs-signup]: http://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/net-dg-setup.html
924-
[aws-iam-credentials]: http://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/net-dg-hosm.html
925-
[docs-guide]: http://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/welcome.html
926-
[credentials-management]: http://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/net-dg-config-creds.html
927-
[dotnet-blog]: http://blogs.aws.amazon.com/net/
928-
[github-aws-sdk-net-v2]: https://github.com/aws/aws-sdk-net/tree/aws-sdk-net-v2
929-
930-

docgenerator/SDKDocGeneratorLib/SDKDocGeneratorLib.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<Content Include="output-files\feedbackyes.html">
2828
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2929
</Content>
30-
<Content Include="output-files\Index.html">
30+
<Content Include="output-files\index.html">
3131
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
3232
</Content>
3333
<Content Include="output-files\resources\parentloader.js">

0 commit comments

Comments
 (0)