From: Stig Otnes Kolstad Date: Mon, 7 Sep 2020 16:38:48 +0000 (-0400) Subject: Update paths in CHANGES X-Git-Tag: rel_1_4_0b1~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4042792348481e8c00515f8df6af503ca4d0ee73;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update paths in CHANGES ### Description Outdated path to in-repo changelog. Removed whitespace as well. ### Checklist This pull request is: - [x] A documentation / typographical error fix - Good to go, no issue or tests are needed - [ ] A short code fix - please include the issue number, and create an issue if none exists, which must include a complete example of the issue. one line code fixes without an issue and demonstration will not be accepted. - Please include: `Fixes: #` in the commit message - please include tests. one line code fixes without tests will not be accepted. - [ ] A new feature implementation - please include the issue number, and create an issue if none exists, which must include a complete example of how the feature would look. - Please include: `Fixes: #` in the commit message - please include tests. **Have a nice day!** Closes: #5560 Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/5560 Pull-request-sha: f69e6adbe85997c88cb1c6e6c564cefdbc1c874a Change-Id: If047c0fd4933ba09af5e3649fb8de874b886e854 --- diff --git a/CHANGES b/CHANGES index dbf3779046..b8c2037020 100644 --- a/CHANGES +++ b/CHANGES @@ -2,15 +2,8 @@ MOVED ===== -Please see: - - /doc/changelog/index.html - -or - - http://www.sqlalchemy.org/docs/latest/changelog/ - -for an index of all changelogs. - - +For an index of all changelogs, please see: +* On the web: http://www.sqlalchemy.org/docs/latest/changelog/ +* In the source tree: /doc/build/changelog/ +* In the released distribution tree: /doc/changelog/index.html