about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorNicolas Benes <nbenes.gh@xandea.de>2022-01-15 15:52:58 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-01-15 15:39:25 +0000
commit36001c7c7ff3714295684f1a0315d8ac836b2548 (patch)
tree84f08d3da5ca8f465d24c655837fc8d987a6b02d /doc
parent69f169c5f08e7a5827aaafad342a5eddfc805e16 (diff)
doc: fix broken link
The file was renamed/modified in 3f40ca4 but the documentation was not
updated. Closes #155049.

(cherry picked from commit 5c8d6d6cee72a39dd117f59a3a6a7c62329ae92d)
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/submitting-changes.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/submitting-changes.chapter.md b/doc/contributing/submitting-changes.chapter.md
index ca3532ea83dc8..40a70e3a94433 100644
--- a/doc/contributing/submitting-changes.chapter.md
+++ b/doc/contributing/submitting-changes.chapter.md
@@ -227,7 +227,7 @@ digraph {
 }
 ```
 
-[This GitHub Action](https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/merge-staging.yml) brings changes from `master` to `staging-next` and from `staging-next` to `staging` every 6 hours.
+[This GitHub Action](https://github.com/NixOS/nixpkgs/blob/master/.github/workflows/periodic-merge-6h.yml) brings changes from `master` to `staging-next` and from `staging-next` to `staging` every 6 hours.
 
 
 ### Master branch {#submitting-changes-master-branch}