diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml
index 55b82642d..461484782 100644
--- a/.github/workflows/linkcheck.yml
+++ b/.github/workflows/linkcheck.yml
@@ -19,7 +19,7 @@ jobs:
uses: lycheeverse/lychee-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- args: "--base content --accept 200,429,403 --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)' --scheme https --scheme http --max-concurrency 5 --max-retries 1 --retry-wait-time 2 --verbose --no-progress './**/*.md' './**/*.html'"
+ args: "--accept 200,429,403 --user-agent 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)' --scheme https --scheme http --max-concurrency 5 --max-retries 1 --retry-wait-time 2 --verbose --no-progress 'content/**/*.md' 'content/**/*.html' 'https://docs.wandb.ai/guides/' 'https://docs.wandb.ai/ref/' 'https://docs.wandb.ai/tutorials/' 'https://docs.wandb.ai/support/'"
fail: false
env:
# to be used in case rate limits are surpassed
diff --git a/.lycheeignore b/.lycheeignore
index 44bc0e363..e51f84f18 100644
--- a/.lycheeignore
+++ b/.lycheeignore
@@ -9,4 +9,7 @@ https://docs.wandb.ai/ref/weave/user
https://docs.wandb.ai/ref/weave/run
https://docs.wandb.ai/ref/weave/number
https://docs.wandb.ai/ref/weave/entity
-https:wwww.wandb.ai/authorize
+https://www.wandb.ai/authorize
+https://x.com/weights_biases
+https://auth0.com/docs/get-started/
+
diff --git a/content/guides/models/app/settings-page/teams.md b/content/guides/models/app/settings-page/teams.md
index 8a6182d07..150e0e897 100644
--- a/content/guides/models/app/settings-page/teams.md
+++ b/content/guides/models/app/settings-page/teams.md
@@ -133,14 +133,6 @@ Use system permissions to create and manage teams and their members and to adjus
* When you **do not** configure a team in your training environment and use a service account, the runs log to the named project within that service account's parent team. In this case as well, you can attribute the runs to a user if **WANDB_USERNAME** or **WANDB_USER_EMAIL** variable exists in your environment and the referenced user is part of the service account's parent team.
* A service account can not log runs to a private project in a team different from its parent team. A service account can log to runs to project only if the project is set to `Open` project visibility.
-#### Add social badges to your intro
-
-In your Intro, type `/` and choose Markdown and paste the markdown snippet that renders your badge. Once you convert it to WYSIWYG, you can resize it.
-
-For example, to add a Twitter follow badge, add `[{{< img src="https://img.shields.io/twitter/follow/weights_biases?style=social" alt="Twitter: @weights_biase" >}}](https://twitter.com/intent/follow?screen_name=weights_biases` replacing `weights_biases` with your Twitter username.
-
-[{{< img src="https://img.shields.io/twitter/follow/weights_biases?style=social" alt="Twitter: @weights_biases" >}}](https://twitter.com/intent/follow?screen_name=weights_biases)
-
## Team trials
See the [pricing page](https://wandb.ai/site/pricing) for more information on W&B plans. You can download all your data at any time, either using the dashboard UI or the [Export API]({{< relref "/ref/python/public-api/" >}}).
diff --git a/content/guides/models/app/settings-page/user-settings.md b/content/guides/models/app/settings-page/user-settings.md
index 9f46f9386..fbbe42b02 100644
--- a/content/guides/models/app/settings-page/user-settings.md
+++ b/content/guides/models/app/settings-page/user-settings.md
@@ -16,6 +16,23 @@ Navigate to your user profile page and select your user icon on the top right co
Within the **Profile** section you can manage and modify your account name and institution. You can optionally add a biography, location, link to a personal or your institution’s website, and upload a profile image.
+## Edit your intro
+
+To edit your intro, click **Edit** at the top of your profile. The WYSIWYG editor that opens supports Markdown.
+1. To edit a line, click it. To save time, you can type `/` and choose Markdown from the list.
+1. Use an item's drag handles to move it.
+1. To delete a block, click the drag handle, then click **Delete**.
+1. To save your changes, click **Save**.
+
+### Add social badges
+
+To add a follow badge for the `@weights_biases` account on X, you could add a Markdown-style link with an HTML `
` tag that points to the badge image:
+
+```markdown
+[
](https://x.com/intent/follow?screen_name=weights_biases)
+```
+In an `
` tag, you can specify `width`, `height`, or both. If you specify only one of them, the image's proportions are maintained.
+
## Teams
Create a new team in the **Team** section. To create a new team, select the **New team** button and provide the following: