Skip to content

Update Gunicorn documentation link#12133

Merged
Dreamsorcerer merged 1 commit intoaio-libs:masterfrom
multitudes:patch-1
Feb 23, 2026
Merged

Update Gunicorn documentation link#12133
Dreamsorcerer merged 1 commit intoaio-libs:masterfrom
multitudes:patch-1

Conversation

@multitudes
Copy link
Copy Markdown
Contributor

The previous link referred to a non existing page (404)

What do these changes do?

Fixes a 404 link to the Gunicorn site

Are there changes in behavior for the user?

no

Is it a substantial burden for the maintainers to support this?

no

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES/ folder
    • name it <issue_or_pr_num>.<type>.rst (e.g. 588.bugfix.rst)

    • if you don't have an issue number, change it to the pull request
      number after creating the PR

      • .bugfix: A bug fix for something the maintainers deemed an
        improper undesired behavior that got corrected to match
        pre-agreed expectations.
      • .feature: A new behavior, public APIs. That sort of stuff.
      • .deprecation: A declaration of future API removals and breaking
        changes in behavior.
      • .breaking: When something public is removed in a breaking way.
        Could be deprecated in an earlier release.
      • .doc: Notable updates to the documentation structure or build
        process.
      • .packaging: Notes for downstreams about unobvious side effects
        and tooling. Changes in the test invocation considerations and
        runtime assumptions.
      • .contrib: Stuff that affects the contributor experience. e.g.
        Running tests, building the docs, setting up the development
        environment.
      • .misc: Changes that are hard to assign to any of the above
        categories.
    • Make sure to use full sentences with correct case and punctuation,
      for example:

      Fixed issue with non-ascii contents in doctest text files
      -- by :user:`contributor-gh-handle`.

      Use the past tense or the present tense a non-imperative mood,
      referring to what's changed compared to the last released version
      of this project.

The previous link referred to a non existing page (404)
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Feb 23, 2026

Merging this PR will not alter performance

✅ 59 untouched benchmarks


Comparing multitudes:patch-1 (7fe9983) with master (63a411d)

Open in CodSpeed

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.78%. Comparing base (63a411d) to head (7fe9983).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #12133   +/-   ##
=======================================
  Coverage   98.78%   98.78%           
=======================================
  Files         128      128           
  Lines       45297    45297           
  Branches     2403     2403           
=======================================
  Hits        44748    44748           
  Misses        390      390           
  Partials      159      159           
Flag Coverage Δ
CI-GHA 98.64% <ø> (ø)
OS-Linux 98.38% <ø> (ø)
OS-Windows 96.74% <ø> (-0.01%) ⬇️
OS-macOS 97.63% <ø> (-0.01%) ⬇️
Py-3.10.11 97.18% <ø> (+<0.01%) ⬆️
Py-3.10.19 97.66% <ø> (ø)
Py-3.11.14 97.86% <ø> (ø)
Py-3.11.9 97.39% <ø> (-0.01%) ⬇️
Py-3.12.10 97.48% <ø> (ø)
Py-3.12.12 97.95% <ø> (ø)
Py-3.13.11 97.96% <ø> (ø)
Py-3.13.12 97.46% <ø> (-0.01%) ⬇️
Py-3.14.2 97.91% <ø> (-0.01%) ⬇️
Py-3.14.3 97.41% <ø> (ø)
Py-3.14.3t 97.26% <ø> (ø)
Py-pypy3.11.13-7.3.20 97.29% <ø> (ø)
VM-macos 97.63% <ø> (-0.01%) ⬇️
VM-ubuntu 98.38% <ø> (ø)
VM-windows 96.74% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dreamsorcerer Dreamsorcerer added bot:chronographer:skip This PR does not need to include a change note backport-3.13 Trigger automatic backporting to the 3.13 release branch by Patchback robot backport-3.14 Trigger automatic backporting to the 3.14 release branch by Patchback robot labels Feb 23, 2026
@Dreamsorcerer Dreamsorcerer merged commit 4ec897b into aio-libs:master Feb 23, 2026
46 of 47 checks passed
@patchback
Copy link
Copy Markdown
Contributor

patchback bot commented Feb 23, 2026

Backport to 3.13: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.13/4ec897bddfa84c23389d6bfe6764e549ba50b696/pr-12133

Backported as #12134

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Feb 23, 2026
@patchback
Copy link
Copy Markdown
Contributor

patchback bot commented Feb 23, 2026

Backport to 3.14: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.14/4ec897bddfa84c23389d6bfe6764e549ba50b696/pr-12133

Backported as #12135

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback bot pushed a commit that referenced this pull request Feb 23, 2026
Dreamsorcerer pushed a commit that referenced this pull request Feb 23, 2026
#12135)

**This is a backport of PR #12133 as merged into master
(4ec897b).**

Co-authored-by: laurent b <metter2ooo@gmail.com>
Dreamsorcerer pushed a commit that referenced this pull request Feb 23, 2026
#12134)

**This is a backport of PR #12133 as merged into master
(4ec897b).**

Co-authored-by: laurent b <metter2ooo@gmail.com>
@multitudes multitudes deleted the patch-1 branch February 25, 2026 08:12
wavebyrd pushed a commit to wavebyrd/aiohttp that referenced this pull request Mar 13, 2026
…tion link (aio-libs#12134)

**This is a backport of PR aio-libs#12133 as merged into master
(75b5108).**

Co-authored-by: laurent b <metter2ooo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-3.13 Trigger automatic backporting to the 3.13 release branch by Patchback robot backport-3.14 Trigger automatic backporting to the 3.14 release branch by Patchback robot bot:chronographer:skip This PR does not need to include a change note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants