1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update all internal links in get-started docset (#50925)

This commit is contained in:
Peter Bengtsson
2024-05-31 13:48:33 -04:00
committed by GitHub
parent ebf5ffd0d6
commit f6d0c8886f
7 changed files with 12 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ Git figures out how to intelligently merge this flow of changes, and {% data var
## Where do I start?
If you're new to {% data variables.product.prodname_dotcom %}, and unfamiliar with Git, we recommend working through the articles in the "[AUTOTITLE](/get-started/quickstart)" category. The articles focus on tasks you can complete directly in your browser on {% data variables.product.prodname_dotcom %} and will help you to:
If you're new to {% data variables.product.prodname_dotcom %}, and unfamiliar with Git, we recommend working through the articles in the "[AUTOTITLE](/get-started/start-your-journey)" category. The articles focus on tasks you can complete directly in your browser on {% data variables.product.prodname_dotcom %} and will help you to:
- **Create an account** on {% data variables.product.prodname_dotcom %}.
- **Learn the "{% data variables.product.prodname_dotcom %} Flow"**, and the key principles of collaborative working (branches, commits, pull requests, merges).

View File

@@ -1,7 +1,7 @@
---
title: Setting up your profile
shortTitle: Set up your profile
intro: 'Your profile tells people who you are and what you''re interested in.'
intro: Your profile tells people who you are and what you're interested in.
versions:
fpt: '*'
ghes: '*'
@@ -28,7 +28,7 @@ You'll also learn the basics of Markdown syntax, which is what you'll use to for
### Prerequisites
- You must have a {% data variables.product.prodname_dotcom %} account. {% ifversion fpt or ghec %}For more information, see "[AUTOTITLE](/get-started/quickstart/creating-an-account-on-github)."{% endif %}
- You must have a {% data variables.product.prodname_dotcom %} account. {% ifversion fpt or ghec %}For more information, see "[AUTOTITLE](/get-started/start-your-journey/creating-an-account-on-github)."{% endif %}
## Adding a profile picture and bio
@@ -61,7 +61,7 @@ Next, we'll create a special repository and README file that will be displayed d
Your profile README contains information such as your interests, skills, and background, and it can be a great way to introduce yourself to other people on {% data variables.product.product_name %} and showcase your work.
As we learned in the "[AUTOTITLE](/get-started/quickstart/hello-world)" tutorial, `README.md` files are written using Markdown syntax (note the `.md` file extension), which is just a way to format plain text.
As we learned in the "[AUTOTITLE](/get-started/start-your-journey/hello-world)" tutorial, `README.md` files are written using Markdown syntax (note the `.md` file extension), which is just a way to format plain text.
In the following steps, we'll create and edit your profile README.