From 0ebeb62f248038c9085ed5140e341c6d26c6aabe Mon Sep 17 00:00:00 2001 From: Stephanie Spielman Date: Wed, 6 Mar 2024 17:01:53 -0500 Subject: [PATCH] Update docs/technical-setup/fork-the-repo.md Co-authored-by: Deepa Prasad --- docs/technical-setup/fork-the-repo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-setup/fork-the-repo.md b/docs/technical-setup/fork-the-repo.md index 011c51165..0f1f7c5ff 100644 --- a/docs/technical-setup/fork-the-repo.md +++ b/docs/technical-setup/fork-the-repo.md @@ -8,7 +8,7 @@ As a contributor, you will perform analyses in your fork. One benefit of using a fork is that changes you make will not affect the upstream project in `AlexsLemonade/OpenScPCA-analysis`. This means you can safely work on your analyses without worrying about messing anything up in the upstream repository. -Periodically, you will request to add your analysis code to the upstream repository through a _pull request_ process. +Periodically, you will request to add your analysis code to the upstream repository through a [_pull request_](STUB_LINK) process. ## Create your fork