1
0
mirror of synced 2026-01-08 03:01:54 -05:00

Merge pull request #29989 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-08-16 07:07:23 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ topics:
You can create links in wikis using the standard markup supported by your page, or using MediaWiki syntax. For example:
- If your pages are rendered with Markdown, the link syntax is `[Link Text](full-URL-of-wiki-page)`.
- With MediaWiki syntax, the link syntax is `[[Link Text|nameofwikipage]]`.
- With MediaWiki syntax, the link syntax is `[[nameofwikipage|Link Text]]`.
## Adding images

View File

@@ -59,7 +59,7 @@ You can create default contribution guidelines for your organization{% ifversion
If you're stumped, here are some good examples of contribution guidelines:
- The Atom editor [contribution guidelines](https://github.com/atom/atom/blob/master/CONTRIBUTING.md).
- The Ruby on Rails [contribution guidelines](https://github.com/rails/rails/blob/master/CONTRIBUTING.md).
- The Ruby on Rails [contribution guidelines](https://github.com/rails/rails/blob/main/CONTRIBUTING.md).
- The Open Government [contribution guidelines](https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md).
## Further reading