gitlab-org--gitlab-foss/changelogs/unreleased/bvl-double-fork.yml
Bob Van Landuyt 299c543973 Redirect to an already forked project if it exists
Before the we would try to `POST` to the project path, which would
result in a 404, because that `POST` is not supported.

By changing this back to a normal link, not not handled in JS, we can
immeadiatly redirect.
2017-11-29 15:41:22 +01:00

5 lines
111 B
YAML

---
title: Correctly link to a forked project from the new fork page.
merge_request: 15653
author:
type: fixed