From 4b5aa491d4926b2e84a2d55e816d46c2c689b92e Mon Sep 17 00:00:00 2001 From: sakamoto Date: Thu, 8 Aug 2024 15:08:19 +0900 Subject: [PATCH] fix url link in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f926245..518d4c3 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ For more details, please refer to user manual below. Tutorials are prepared for key features ! -1. [Extended Tensor object which enables you to handle physics dimention](https://github.com/ricosjp/phlower/tutorials/basic_usages/01_phlower_tensor_basic) -2. [Model definition by yaml file](https://github.com/ricosjp/phlower/tutorials/basic_usages/02_model_definition_by_yaml_file) -3. [High Level API for scaling, training and predicion](https://github.com/ricosjp/phlower/tutorials/basic_usages/03_high_level_api_for_scaling_training_and_prediction) +1. [Extended Tensor object which enables you to handle physics dimention](https://ricosjp.github.io/phlower/tutorials/basic_usages/01_phlower_tensor_basic.html) +2. [Model definition by yaml file](https://ricosjp.github.io/phlower/tutorials/basic_usages/02_model_definition_by_yaml_file.html) +3. [High Level API for scaling, training and predicion](https://ricosjp.github.io/phlower/tutorials/basic_usages/03_high_level_api_for_scaling_training_and_prediction.html)