From 156d754f5e3831ed532943c132826611523f5d61 Mon Sep 17 00:00:00 2001 From: Yuxiang Yang Date: Tue, 17 Oct 2023 19:36:31 +0800 Subject: [PATCH] fix link issue --- docs/user-tutorial/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-tutorial/usage.md b/docs/user-tutorial/usage.md index 19bceac6..7e014276 100644 --- a/docs/user-tutorial/usage.md +++ b/docs/user-tutorial/usage.md @@ -45,5 +45,5 @@ For applying MS-AMP to DeepSpeed ZeRO, add a "msamp" section in deepspeed config } ``` -Runnable, comprehensive examples demonstrating good practices can be found [here](./examples). +Runnable, comprehensive examples demonstrating good practices can be found [here](https://azure.github.io//MS-AMP/docs/getting-started/run-msamp). For more examples, please go to [MS-AMP-Examples](https://github.com/Azure/MS-AMP-Examples).