Skip to content

Commit 88a25ef

Browse files
committed
Redo links
1 parent 3851714 commit 88a25ef

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ The logs-loving futuristic beaver logo has been contributed by [Russell Keith-Ma
109109

110110
<!-- begin-meta -->
111111

112-
## Project Information
112+
## Project Links
113113

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)
115115
- [**PyPI**](https://pypi.org/project/structlog/)
116-
- [**Source Code**](https://github.com/hynek/structlog)
116+
- [**GitHub**](https://github.com/hynek/structlog)
117117
- [**Documentation**](https://www.structlog.org/)
118118
- [**Changelog**](https://www.structlog.org/en/stable/changelog.html)
119119
- [**Third-party Extensions**](https://github.com/hynek/structlog/wiki/Third-party-Extensions)

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ api
100100
```
101101

102102

103-
## Project Information
103+
## Project Links
104104

105105
```{include} ../README.md
106-
:start-after: "## Project Information"
106+
:start-after: "## Project Links"
107107
```
108108

109109
% stop Sphinx from complaining about orphaned docs, we link them elsewhere

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ dependencies = []
3333
[project.urls]
3434
Documentation = "https://www.structlog.org/"
3535
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"
3837
Funding = "https://github.com/sponsors/hynek"
3938
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"
4041

4142
[project.optional-dependencies]
4243
tests = [

0 commit comments

Comments
 (0)