File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ The logs-loving futuristic beaver logo has been contributed by [Russell Keith-Ma
109
109
110
110
<!-- begin-meta -->
111
111
112
- ## Project Information
112
+ ## Project Links
113
113
114
- - ** Get Help** : please use the * structlog* tag on [ * Stack Overflow* ] ( https://stackoverflow.com/questions/tagged/structlog )
114
+ - [ ** Get Help** ] ( https://stackoverflow.com/questions/tagged/structlog ) ( use the * structlog* tag on Stack Overflow)
115
115
- [ ** PyPI** ] ( https://pypi.org/project/structlog/ )
116
- - [ ** Source Code ** ] ( https://github.com/hynek/structlog )
116
+ - [ ** GitHub ** ] ( https://github.com/hynek/structlog )
117
117
- [ ** Documentation** ] ( https://www.structlog.org/ )
118
118
- [ ** Changelog** ] ( https://www.structlog.org/en/stable/changelog.html )
119
119
- [ ** Third-party Extensions** ] ( https://github.com/hynek/structlog/wiki/Third-party-Extensions )
Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ api
100
100
```
101
101
102
102
103
- ## Project Information
103
+ ## Project Links
104
104
105
105
``` {include} ../README.md
106
- :start-after: "## Project Information "
106
+ :start-after: "## Project Links "
107
107
```
108
108
109
109
% stop Sphinx from complaining about orphaned docs, we link them elsewhere
Original file line number Diff line number Diff line change @@ -33,10 +33,11 @@ dependencies = []
33
33
[project .urls ]
34
34
Documentation = " https://www.structlog.org/"
35
35
Changelog = " https://www.structlog.org/en/stable/changelog.html"
36
- "Bug Tracker" = " https://github.com/hynek/structlog/issues"
37
- "Source Code" = " https://github.com/hynek/structlog"
36
+ GitHub = " https://github.com/hynek/structlog"
38
37
Funding = " https://github.com/sponsors/hynek"
39
38
Tidelift = " https://tidelift.com/subscription/pkg/pypi-structlog?utm_source=pypi-structlog&utm_medium=pypi"
39
+ Mastodon = " https://mastodon.social/@hynek"
40
+ Twitter = " https://twitter.com/hynek"
40
41
41
42
[project .optional-dependencies ]
42
43
tests = [
You can’t perform that action at this time.
0 commit comments