Kaynağa Gözat

markdown link fixes

pull/62/head
sup3rlativ3 4 yıl önce
ebeveyn
işleme
db01a879d5
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. +2
    -2
      Docs/Contributing.md
  2. +1
    -1
      appveyor.yml

+ 2
- 2
Docs/Contributing.md Dosyayı Görüntüle

@@ -4,7 +4,7 @@ Thank you for your interest in contributing to quality documentations.
As an open source project, we welcome input and updates from the community. As an open source project, we welcome input and updates from the community.
The following topics explain how to contribute to the NTFSAccess documentation. The following topics explain how to contribute to the NTFSAccess documentation.


1. [Get started](./contributing/1-GET-STARTED.md)
2. [Writing PowerShell documentation](./contributing/2-WRITING.md)
1. [Get started](./contributing/01-Getting-Started.md)
2. [Writing PowerShell documentation](./contributing/02-Writing.md)


This contributor guide is a modified version of the one found on the [Powershell Docs](https://github.com/PowerShell/PowerShell-Docs) GitHub page. This contributor guide is a modified version of the one found on the [Powershell Docs](https://github.com/PowerShell/PowerShell-Docs) GitHub page.

+ 1
- 1
appveyor.yml Dosyayı Görüntüle

@@ -25,7 +25,7 @@ test_script:
} }


# 02. Verify hyperlinks # 02. Verify hyperlinks
$BrokenLinks = Get-MarkdownLink -Path ./Docs -BrokenOnly
$BrokenLinks = Get-MarkdownLink -Path .\Docs\ -BrokenOnly
if ($brokenLinks) { if ($brokenLinks) {
#throw "Found broken hyperlinks $brokenLinks" #throw "Found broken hyperlinks $brokenLinks"
$dir = pwd $dir = pwd


Yükleniyor…
İptal
Kaydet