From 62dd6e9de9a577df115c2c7553ca4ed42dd074de Mon Sep 17 00:00:00 2001 From: Saduf2019 <59822926+Saduf2019@users.noreply.github.com> Date: Fri, 24 Sep 2021 00:00:24 +0530 Subject: [PATCH] Update beginner_colab.ipynb Updated Decision Forest documentation and examples --- documentation/tutorials/beginner_colab.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/tutorials/beginner_colab.ipynb b/documentation/tutorials/beginner_colab.ipynb index 194d342e..9dba1041 100644 --- a/documentation/tutorials/beginner_colab.ipynb +++ b/documentation/tutorials/beginner_colab.ipynb @@ -86,8 +86,8 @@ "1. Train a model for regression.\n", "1. Train a model for ranking.\n", "\n", - "Detailed documentation is available in the [user manual](https://github.com/tensorflow/decision-forests/documentation).\n", - "The [example directory](https://github.com/tensorflow/decision-forests/examples) contains other end-to-end examples." + "Detailed documentation is available in the [user manual](https://github.com/tensorflow/decision-forests/tree/main/documentation).\n", + "The [example directory](https://github.com/tensorflow/decision-forests/tree/main/examples) contains other end-to-end examples." ] }, {