You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/code-security/security-advisories/adding-a-security-policy-to-your-repository.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ topics:
14
14
15
15
To give people instructions for responsibly reporting security vulnerabilities in your project, you can add a _SECURITY.md_ file to your repository's root, `docs`, or `.github` folder. When someone creates an issue in your repository, they will see a link to your project's security policy.
16
16
17
-
You can create a default security policy for your organization or user account. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
17
+
You can create a default security policy for your organization or user account. For more information, see "[Creating a default community health file](/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)."
18
18
19
19
{% tip %}
20
20
@@ -43,5 +43,5 @@ After someone reports a security vulnerability in your project, you can use {% d
43
43
### Further reading
44
44
45
45
- "[About securing your repository](/github/administering-a-repository/about-securing-your-repository)"
46
-
- "[Setting up your project for healthy contributions](/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions)"
46
+
- "[Setting up your project for healthy contributions](/communities/setting-up-your-project-for-healthy-contributions)"
47
47
-[{% data variables.product.prodname_security %}]({% data variables.product.prodname_security_link %})
Copy file name to clipboardExpand all lines: content/communities/documenting-your-project-with-wikis/about-wikis.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ intro: 'You can host documentation for your repository in a wiki, so that others
4
4
redirect_from:
5
5
- /articles/about-github-wikis/
6
6
- /articles/about-wikis
7
+
- /github/building-a-strong-community/about-wikis
7
8
product: '{% data reusables.gated-features.wikis %}'
8
9
versions:
9
10
free-pro-team: '*'
@@ -19,12 +20,12 @@ With wikis, you can write content just like everywhere else on {% data variables
19
20
20
21
{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}If you create a wiki in a public repository, the wiki is available to {% if enterpriseServerVersions contains currentVersion %}anyone with access to {% data variables.product.product_location %}{% else %}the public{% endif %}. {% endif %}If you create a wiki in an internal or private repository, {% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}people{% elsif currentVersion == "github-ae@latest" %}enterprise members{% endif %} with access to the repository can also access the wiki. For more information, see "[Setting repository visibility](/articles/setting-repository-visibility)."
21
22
22
-
You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.product.product_location %} to contribute to a wiki in {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} repository. For more information, see "[Changing access permissions for wikis](/articles/changing-access-permissions-for-wikis)".
23
+
You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.product.product_location %} to contribute to a wiki in {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} repository. For more information, see "[Changing access permissions for wikis](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis)".
23
24
24
25
### Further reading
25
26
26
-
- "[Adding or editing wiki pages](/articles/adding-or-editing-wiki-pages)"
27
-
- "[Creating a footer or sidebar for your wiki](/articles/creating-a-footer-or-sidebar-for-your-wiki)"
28
-
- "[Editing wiki content](/articles/editing-wiki-content)"
27
+
- "[Adding or editing wiki pages](/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages)"
28
+
- "[Creating a footer or sidebar for your wiki](/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki)"
29
+
- "[Editing wiki content](/communities/documenting-your-project-with-wikis/editing-wiki-content)"
29
30
- "[Viewing a wiki's history of changes](/articles/viewing-a-wiki-s-history-of-changes)"
0 commit comments