From f925fd6c48ea71e3eda82cf746fcb75d1e33a642 Mon Sep 17 00:00:00 2001 From: Roy Wedge Date: Fri, 28 Feb 2020 17:34:11 -0500 Subject: [PATCH] Update help link in Github issue template (#855) * Update help link in Github issue template * update changelog --- docs/issue_template.md | 4 ++-- docs/source/changelog.rst | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/issue_template.md b/docs/issue_template.md index 609252228d..607c96bbdc 100644 --- a/docs/issue_template.md +++ b/docs/issue_template.md @@ -2,7 +2,7 @@ (replace this text with your issue) ----- -*Issues created here on Github are for bugs or feature requests. For usage questions and questions about errors, please ask on Stack Overflow with the [featuretools](https://stackoverflow.com/questions/tagged/featuretools) tag. Check the [documentation](https://docs.featuretools.com/#get-help) for further guidance on where to ask your question.* +*Issues created here on Github are for bugs or feature requests. For usage questions and questions about errors, please ask on Stack Overflow with the [featuretools](https://stackoverflow.com/questions/tagged/featuretools) tag. Check the [documentation](https://docs.featuretools.com/en/stable/help.html) for further guidance on where to ask your question.* #### Bug/Feature Request Description @@ -17,4 +17,4 @@ [paste the output of ``featuretools.show_info()`` here below this line] - \ No newline at end of file + diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 708c624c57..4ee6104c98 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -7,6 +7,8 @@ Changelog * Fix a connection closed error when using n_jobs (:pr:`853`) * Changes * Pin msgpack dependency for Python 3.5; remove dataframe from Dask dependency (:pr:`851`) + * Documentation Changes + * Update link to help documentation page in Github issue template (:pr:`855`) Thanks to the following people for contributing to this release: :user:`frances-h`, :user:`rwedge`