Skip to content

Commit

Permalink
fix: broken markdown synta
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho committed Dec 15, 2021
1 parent e5a1661 commit 001ad68
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ There are multiple ways to find deleted files. These are roughly ordered by comp

The easiest way to find a deleted file is to find the pull request that deleted it. There are multiple ways to accomplish this; here are some ideas:

1. Use GitHub's search feature to search for relevany keywords. You can filter search results to only include PRs.
1. Use GitHub's search feature to search for relevant keywords. You can filter search results to only include PRs.
2. If you have a rough idea of when the doc was deleted, you could try finding the pull request in the pull request tab. This list has thousands of PRs, so this may take some time.
3. Lots of docs are deleted because of a Jira ticket. Search Jira for the ticket, where you will find the rough time the doc was deleted and hopefully a link to the PR itself.
4. Ask in #doc_talk!
Expand All @@ -78,8 +78,6 @@ A few tips:
- To access the branch a PR comes from, go to that pull request's page and click on the branch name underneath the title and PR number.

</Collapser>

</Collapser>
<Collapser
className="freq-link"
id="git-log"
Expand Down

0 comments on commit 001ad68

Please sign in to comment.