Skip to content

Commit d8f9816

Browse files
author
Saurabh Kumar
committed
readme: cleanup links
1 parent 07440c1 commit d8f9816

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ All the contributions are welcome! Please open `an
248248
issue <https://github.com/theskumar/python-dotenv/issues/new>`__ or send
249249
us a pull request.
250250

251-
This project is currently maintained by `Saurabh Kumar <https://saurabh-kumar.com>`__ and
251+
This project is currently maintained by `Saurabh Kumar`_ and
252252
would not have been possible without the support of these `awesome people <https://github.com/theskumar/python-dotenv/graphs/contributors>`__.
253253

254254
Executing the tests:
@@ -264,20 +264,20 @@ Changelog
264264
0.7.0
265265
----
266266

267-
- Add support to override system environment variable via .env. (`@maxkoryukov`) (`#63 <https://github.com/theskumar/python-dotenv/issues/63>`__)
268-
- Disable ".env not found" warning by default (`@maxkoryukov`) (`#57 <https://github.com/theskumar/python-dotenv/issues/57>`__)
267+
- Add support to override system environment variable via .env. (`@maxkoryukov`_) (`#63`_)
268+
- Disable ".env not found" warning by default (`@maxkoryukov`_) (`#57`_)
269269

270270
0.6.5
271271
----
272-
- Add support for special characters `\` (`@pjona`) (`#60 <https://github.com/theskumar/python-dotenv/issues/60>`__)
272+
- Add support for special characters `\` (`@pjona`_) (`#60`_)
273273

274274
0.6.4
275275
----
276-
- Fix issue with single quotes (`@Flimm`) (`#52 <https://github.com/theskumar/python-dotenv/issues/52>`__)
276+
- Fix issue with single quotes (`@Flimm`_) (`#52`_)
277277

278278
0.6.3
279279
----
280-
- Handle unicode exception in setup.py (`#46 <https://github.com/theskumar/python-dotenv/issues/46>`__)
280+
- Handle unicode exception in setup.py (`#46`_)
281281

282282
0.6.2
283283
----
@@ -314,6 +314,13 @@ Changelog
314314
.. _@iameugenejo: https://github.com/iameugenejo
315315
.. _@paulochf: https://github.com/paulochf
316316

317+
.. _#63: https://github.com/theskumar/python-dotenv/issues/63
318+
.. _#60: https://github.com/theskumar/python-dotenv/issues/60
319+
.. _#57: https://github.com/theskumar/python-dotenv/issues/57
320+
.. _#52: https://github.com/theskumar/python-dotenv/issues/52
321+
.. _#46: https://github.com/theskumar/python-dotenv/issues/46
322+
323+
.. Saurabh Kumar: https://saurabh-kumar.com
317324
318325
.. |Build Status| image:: https://travis-ci.org/theskumar/python-dotenv.svg?branch=master
319326
:target: https://travis-ci.org/theskumar/python-dotenv

0 commit comments

Comments
 (0)