From 8cadcffff6d6a256b5b09f013fa09601e2334ccc Mon Sep 17 00:00:00 2001 From: Alex Ilyichov Date: Fri, 10 May 2024 19:44:31 +0200 Subject: [PATCH] Replaced relative link with absolute to work in live docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05fd1ce..69b1448 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following table provides a detailed list of all models materialized within t ## Opinionated Modelling Decisions -Servicenow tables can be complex, for example exhibiting many-to-many relationships. For more information on table relationships and how they informed our model development, you may refer to the [DECISIONLOG](DECISIONLOG.md). +Servicenow tables can be complex, for example exhibiting many-to-many relationships. For more information on table relationships and how they informed our model development, you may refer to the [DECISIONLOG](https://github.com/fivetran/dbt_servicenow/blob/main/DECISIONLOG.md). # 🎯 How do I use the dbt package? @@ -174,4 +174,4 @@ We highly encourage and welcome contributions to this package. Check out [this d # 🏪 Are there any resources available? - If you have questions or want to reach out for help, please refer to the [GitHub Issue](https://github.com/fivetran/dbt_servicenow/issues/new/choose) section to find the right avenue of support for you. - If you would like to provide feedback to the dbt package team at Fivetran or would like to request a new dbt package, fill out our [Feedback Form](https://www.surveymonkey.com/r/DQ7K7WW). -- Have questions or want to be part of the community discourse? Create a post in the [Fivetran community](https://community.fivetran.com/t5/user-group-for-dbt/gh-p/dbt-user-group) and our team along with the community can join in on the discussion! \ No newline at end of file +- Have questions or want to be part of the community discourse? Create a post in the [Fivetran community](https://community.fivetran.com/t5/user-group-for-dbt/gh-p/dbt-user-group) and our team along with the community can join in on the discussion!