Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update configuration to use new org name (#3599)
  • Loading branch information
sdwheeler committed Jan 24, 2019
1 parent aa2b8c3 commit 3c4f5a6
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .openpublishing.publish.config.json
Expand Up @@ -107,7 +107,7 @@
"notification_subscribers": [],
"sync_notification_subscribers": [],
"branches_to_filter": [],
"git_repository_url_open_to_public_contributors": "https://github.com/PowerShell/PowerShell-Docs",
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/PowerShell-Docs",
"git_repository_branch_open_to_public_contributors": "staging",
"skip_source_output_uploading": false,
"need_preview_pull_request": true,
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -9,7 +9,7 @@ branches:
- live

install:
- git clone https://github.com/PowerShell/PowerShell-Docs
- git clone https://github.com/MicrosoftDocs/PowerShell-Docs
- ps: |
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name platyPS -Repository PSGallery -Force
Expand Down
4 changes: 2 additions & 2 deletions developer/docfx.json
Expand Up @@ -15,8 +15,8 @@
"author": "joeyaiello",
"ms.author": "jaiello",
"feedback_system": "GitHub",
"feedback_github_repo": "PowerShell/PowerShell-Docs",
"feedback_product_url": "https://github.com/powershell/powershell/issues/new"
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/MicrosoftDocs/powershell/issues/new"
},
"resource": [
{ "files": ["**/media/**", "**/*.png", "**/*.gif", "**/*.jpeg", "**/*.jpg", "**/*.svg"], "exclude": ["**/obj/**", "**/includes/**"] }
Expand Down
2 changes: 1 addition & 1 deletion dsc/docfx.json
Expand Up @@ -11,7 +11,7 @@
"ms.devlang": "powershell",
"ms.tgt_pltfr": "windows",
"feedback_system": "GitHub",
"feedback_github_repo": "PowerShell/PowerShell-Docs",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://windowsserver.uservoice.com/forums/301869-powershell"
},
"fileMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion gallery/docfx.json
Expand Up @@ -10,7 +10,7 @@
"ms.devlang": "powershell",
"ms.tgt_pltfr": "windows, macos, linux",
"feedback_system": "GitHub",
"feedback_github_repo": "PowerShell/PowerShell-Docs",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/powershell/powershellgallery/issues/new"
},
"fileMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion jea/docfx.json
Expand Up @@ -10,7 +10,7 @@
"ms.devlang": "powershell",
"ms.tgt_pltfr": "windows, macos, linux",
"feedback_system": "GitHub",
"feedback_github_repo": "PowerShell/PowerShell-Docs",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/powershell/jea/issues/new"
},
"fileMetadata": {
Expand Down
4 changes: 2 additions & 2 deletions reference/docfx.json
Expand Up @@ -55,8 +55,8 @@
"ms.devlang": "powershell",
"ROBOTS": "INDEX, FOLLOW",
"feedback_system": "GitHub",
"feedback_github_repo": "PowerShell/PowerShell-Docs",
"feedback_product_url": "https://github.com/powershell/powershell/issues/new"
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/MicrosoftDocs/powershell/issues/new"
},
"fileMetadata": {
"ms.prod": { "**/**.md": "powershell" },
Expand Down
4 changes: 2 additions & 2 deletions reference/docs-conceptual/docfx.json
Expand Up @@ -14,8 +14,8 @@
"author": "sdwheeler",
"ms.author": "sewhee",
"feedback_system": "GitHub",
"feedback_github_repo": "PowerShell/PowerShell-Docs",
"feedback_product_url": "https://github.com/powershell/powershell/issues/new"
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://github.com/MicrosoftDocs/powershell/issues/new"
},
"resource": [
{ "files": ["**/images/**", "**/*.png", "**/*.jpg"], "exclude": ["**/obj/**"] }
Expand Down
2 changes: 1 addition & 1 deletion wmf/docfx.json
Expand Up @@ -9,7 +9,7 @@
"ROBOTS": "INDEX, FOLLOW",
"ms.tgt_pltfr": "windows",
"feedback_system": "GitHub",
"feedback_github_repo": "PowerShell/PowerShell-Docs",
"feedback_github_repo": "MicrosoftDocs/PowerShell-Docs",
"feedback_product_url": "https://windowsserver.uservoice.com/forums/301869-powershell"
},
"fileMetadata": {
Expand Down

0 comments on commit 3c4f5a6

Please sign in to comment.