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

Fix dead link contributing #45

Open
wants to merge 2 commits into
base: html
Choose a base branch
from

Conversation

quentinlegay
Copy link

I've fixed several dead contribution links.
Other solutions: rename the CONTRIBUTING.md file to contributing.md in the dbatools repository so that the existing links work: https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md

@@ -2,6 +2,6 @@
layout: redirected
sitemap: false
redirect_to:
- https://github.com/dataplat/dbatools/blob/development/contributing.md
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md
- https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md

Please revert the branch reference

@@ -235,7 +235,7 @@ <h1 class="entry-title">the path to 1.0</h1>
<p>As you may have noticed, we release a 0.9.x update with bug fixes and new features almost daily, so why haven&rsquo;t we released 1.0 yet?</p>
<h2>Shifting from &ldquo;a bag of functions&rdquo; to a proper module</h2>
<p>We love new functionality, of course, but we must take a step back from new development and consolidate what we have in a properly usable module.</p>
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/master/contributing.md">contributing.md</a>&nbsp;to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p>
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md">contributing.md</a>&nbsp;to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md">contributing.md</a>&nbsp;to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p>
<p>Most of the contributors are damn good SQL Server Pros, a few are damn good PowerShell programmers, with the majority of &ldquo;casual&rdquo; developers being able to successfully publish a new function in less than a week time. But what we aren&rsquo;t so good at is advertising our needs. We recently updated our&nbsp;<a href="https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md">contributing.md</a>&nbsp;to be more on par with the latest months of developing. Stay tuned there, as the few TODOs left are coming, but the path is mostly set.</p>

Please set the branch to this one to be development as well.

@@ -2,6 +2,6 @@
layout: redirected
sitemap: false
redirect_to:
- https://github.com/dataplat/dbatools/blob/prerelease/contributing.md#appveyor-setup
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md#appveyor-setup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- https://github.com/dataplat/dbatools/blob/master/CONTRIBUTING.md#appveyor-setup
- https://github.com/dataplat/dbatools/blob/development/CONTRIBUTING.md#appveyor-setup

Please set the branch reference to development branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants