Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace wiki-links with valid markdown links #3

Closed
bravo-kernel opened this issue Dec 22, 2019 · 5 comments
Closed

Replace wiki-links with valid markdown links #3

bravo-kernel opened this issue Dec 22, 2019 · 5 comments
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed markdown Markdown only

Comments

@bravo-kernel
Copy link
Collaborator

bravo-kernel commented Dec 22, 2019

The website pages currently contain a lot of migrated links in the following non-markdown-compatible (wiki-specific) format:

See the documentation for [[Invoke-Pester]].

These should all be updated to use valid markdown links similar to:

See the documentation for [Invoke-Pester](../commands/Invoke-Pester).
@bravo-kernel bravo-kernel added help wanted Extra attention is needed markdown Markdown only labels Dec 22, 2019
@bravo-kernel bravo-kernel added the good first issue Good for newcomers label Jan 4, 2020
@deejaygraham
Copy link
Contributor

Volunteer! if no one else has

@bravo-kernel
Copy link
Collaborator Author

@deejaygraham thanks, that would be an awesome contribution ❤️

@deejaygraham
Copy link
Contributor

How do you recommend we do pull request for this change? Fork or create a branch?

@bravo-kernel
Copy link
Collaborator Author

@deejaygraham I would say the "common" PR approach so

  1. fork
  2. check out a feature branch
  3. commit and push
  4. create PR

@bravo-kernel
Copy link
Collaborator Author

Closing as PR #24 is now open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed markdown Markdown only
Projects
None yet
Development

No branches or pull requests

2 participants