Skip to content

Commit

Permalink
Update twitter links in docs (#1322)
Browse files Browse the repository at this point in the history
* Update conf.py

* Update release_notes.rst

* Update layout.html

* Update release_notes.rst
  • Loading branch information
gsheni authored Jan 28, 2021
1 parent 2e0c97a commit 02d960f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
# documentation.
html_theme_options = {
"github_url": "https://github.com/alteryx/featuretools",
"twitter_url": "https://twitter.com/featuretools_py"
"twitter_url": "https://twitter.com/AlteryxOSS",
}

# Add any paths that contain custom themes here, relative to this directory.
Expand Down
3 changes: 2 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ Release Notes
* Fixes
* Changes
* Documentation Changes
* Update Twitter link to documentation toolbar (:pr:`1322`)
* Testing Changes
* Unpin python-graphviz package on Windows (:pr:`1296`)
* Reorganize and clean up tests (:pr:`1294`, :pr:`1303`, :pr:`1306`)
* Trigger tests on pull request events (:pr:`1304`, :pr:`1315`)
* Remove unnecessary test skips on Windows (:pr:`1320`)

Thanks to the following people for contributing to this release:
:user:`jeff-hernandez`, :user:`rwedge`, :user:`thehomebrewnerd`
:user:`gsheni`, :user:`jeff-hernandez`, :user:`rwedge`, :user:`thehomebrewnerd`

**v0.23.0 Dec 31, 2020**
* Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/source/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<a href="https://github.com/alteryx/featuretools#readme" target="_blank">
<img class="footer-image-github" src="{{ pathto('_static/images/github.svg', 1) }}" alt="GitHub">
</a>
<a href="https://twitter.com/featuretools_py?lang=en" target="_blank">
<a href="https://twitter.com/AlteryxOSS" target="_blank">
<img class="footer-image-twitter" src="{{ pathto('_static/images/twitter.svg', 1) }}" alt="Twitter">
</a>
</div>
Expand Down

0 comments on commit 02d960f

Please sign in to comment.