Skip to content

Commit 26ff5c1

Browse files
authored
Merge pull request #622 from jpogran/brandingurls
(maint) Update branding links and text
2 parents 3feac3f + 09d26b4 commit 26ff5c1

File tree

6 files changed

+19
-27
lines changed

6 files changed

+19
-27
lines changed

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ PDK Version:
3434
<!--
3535
Please remember to redact any output you put here, or request to use a private method for senistive log files
3636
37-
For information how to capture verbose logs, look [here](https://github.com/lingua-pupuli/puppet-vscode#2-capture-verbose-logs-and-send-them-to-us)
37+
For information how to capture verbose logs, look [here](https://github.com/puppetlabs/puppet-vscode#2-capture-verbose-logs-and-send-them-to-us)
3838
-->

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ BEFORE YOU CREATE A PULL REQUEST:
33
44
Ensure you have read over
55
6-
CONTRIBUTING - https://github.com/lingua-pupuli/puppet-vscode/blob/master/CONTRIBUTING.md
6+
CONTRIBUTING - https://github.com/puppetlabs/puppet-vscode/blob/master/CONTRIBUTING.md
77
88
and
99
10-
CODE_OF_CONDUCT - https://github.com/lingua-pupuli/puppet-vscode/blob/master/CODE_OF_CONDUCT.md
10+
CODE_OF_CONDUCT - https://github.com/puppetlabs/puppet-vscode/blob/master/CODE_OF_CONDUCT.md
1111
1212
We provide defined guidance (as such, we strongly adhere to it).
1313

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
[![Version](https://vsmarketplacebadge.apphb.com/version-short/puppet.puppet-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=puppet.puppet-vscode)
44
[![Installs](https://vsmarketplacebadge.apphb.com/installs/puppet.puppet-vscode.svg)](https://marketplace.visualstudio.com/items?itemName=puppet.puppet-vscode)
5-
[![Appveyor](https://ci.appveyor.com/api/projects/status/8ke8fhdt9a7j688m/branch/master?svg=true)](https://ci.appveyor.com/project/lingua-pupuli/puppet-vscode/branch/master)
6-
[![Travis Ci](https://travis-ci.com/lingua-pupuli/puppet-vscode.svg?branch=master)](https://travis-ci.com/lingua-pupuli/puppet-vscode)
75

86
# Puppet VSCode [Website](https://puppet-vscode.github.io)
97

@@ -112,15 +110,15 @@ You can find instructions and installation links here:
112110

113111
You can install the official release of the Puppet extension by following the steps in the [Visual Studio Code documentation](https://code.visualstudio.com/docs/editor/extension-gallery). In the Extensions pane, search for "puppet-vscode" extension and install it there. You will get notified automatically about any future extension updates!
114112

115-
![extension_install](https://raw.githubusercontent.com/lingua-pupuli/puppet-vscode/master/docs/assets/extension_install.gif)
113+
![extension_install](https://raw.githubusercontent.com/puppetlabs/puppet-vscode/master/docs/assets/extension_install.gif)
116114

117115
You can also install the extension without access to the internet by following these [instructions](https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix.)
118116

119117
## Experience a Problem?
120118

121119
### Puppet Agent Install
122120

123-
A commonly encountered problem is not having the PDK or Puppet Agent installed on the computer you are running VSCode on. As noted in the [Requirements section](https://github.com/lingua-pupuli/puppet-vscode/blob/master/README.md#requirements), you will need to have the PDK or Puppet Agent installed in order to fully use this extension, as the extension uses the Puppet binaries and the Ruby language bundled into the PDK or agent install in order to function.
121+
A commonly encountered problem is not having the PDK or Puppet Agent installed on the computer you are running VSCode on. As noted in the [Requirements section](https://github.com/puppetlabs/puppet-vscode/blob/master/README.md#requirements), you will need to have the PDK or Puppet Agent installed in order to fully use this extension, as the extension uses the Puppet binaries and the Ruby language bundled into the PDK or agent install in order to function.
124122

125123
If you are receiving an error right after opening a Puppet file saying that a Puppet Agent install could not be found, ensure that Puppet is installed on the system. The VSCode extension attempts to find a valid Puppet install if a path is not configured in `puppet.installDirectory` in `User Settings`, so if Puppet is installed but not in a default path please check that your setting points to the correct path.
126124

@@ -135,7 +133,7 @@ You can reload the Puppet Language Server by opening the command palette and sta
135133
If you're having trouble with the Puppet extension, please follow these instructions
136134
to file an issue on our GitHub repository:
137135

138-
### 1. File an issue on our [Issues Page](https://github.com/lingua-pupuli/puppet-vscode/issues)
136+
### 1. File an issue on our [Issues Page](https://github.com/puppetlabs/puppet-vscode/issues)
139137

140138
Make sure to fill in the information that is requested in the issue template as it
141139
will help us investigate the problem more quickly.
@@ -157,7 +155,6 @@ Restart Visual Studio Code and try to reproduce the problem, then examine the lo
157155
- [James Pogran](https://github.com/jpogran) - [@ender2025](http://twitter.com/ender2025)
158156
- [Glenn Sarti](https://github.com/glennsarti) - [@glennsarti](http://twitter.com/glennsarti)
159157
- [Michael T Lombardi](https://github.com/michaeltlombardi) - [@barbariankb](http://twitter.com/barbariankb)
160-
- [Austin Blatt](https://github.com/austb)
161158

162159
## Telemetry
163160

README_BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This extension provides Puppet Language support for [Visual Studio Code](https:/
1111
* Clone this repository
1212

1313
```bash
14-
> git clone https://github.com/lingua-pupuli/puppet-vscode.git
14+
> git clone https://github.com/puppetlabs/puppet-vscode.git
1515

1616
> cd puppet-vscode
1717
```
@@ -136,4 +136,4 @@ Total: 00:00:02.023
136136
137137
## Issues
138138

139-
Please raise issues for the Language Server or Extension using the GitHub [issue tracker](https://github.com/lingua-pupuli/puppet-vscode/issues/new).
139+
Please raise issues for the Language Server or Extension using the GitHub [issue tracker](https://github.com/puppetlabs/puppet-vscode/issues/new).

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,21 @@
1919
"color": "#000000",
2020
"theme": "dark"
2121
},
22-
"homepage": "https://github.com/lingua-pupuli/puppet-vscode",
22+
"homepage": "https://github.com/puppetlabs/puppet-vscode",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/lingua-pupuli/puppet-vscode"
25+
"url": "https://github.com/puppetlabs/puppet-vscode"
2626
},
2727
"bugs": {
2828
"type": "git",
29-
"url": "https://github.com/lingua-pupuli/puppet-vscode/issues"
29+
"url": "https://github.com/puppetlabs/puppet-vscode/issues"
3030
},
3131
"qna": "https://stackoverflow.com/questions/tagged/visual-studio-code+puppet",
3232
"badges": [
3333
{
34-
"url": "https://travis-ci.com/lingua-pupuli/puppet-vscode.svg?branch=master",
35-
"href": "https://travis-ci.com/lingua-pupuli/puppet-vscode",
34+
"url": "https://travis-ci.com/puppetlabs/puppet-vscode.svg?branch=master",
35+
"href": "https://travis-ci.com/puppetlabs/puppet-vscode",
3636
"description": "Continuous integration (Travis)"
37-
},
38-
{
39-
"url": "https://ci.appveyor.com/api/projects/status/8ke8fhdt9a7j688m/branch/master?svg=true",
40-
"href": "https://ci.appveyor.com/project/lingua-pupuli/puppet-vscode/branch/master",
41-
"description": "Continuous integration (Appveyor)"
4237
}
4338
],
4439
"engines": {

tools/RELEASE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
### Vendor Latest Puppet Language Server and Syntax Files
66

7-
1. Ensure [puppet-editor-services](https://github.com/lingua-pupuli/puppet-editor-services) has been tagged and release process followed. Note version.
8-
1. Ensure [puppet-editor-syntax](https://github.com/lingua-pupuli/puppet-editor-syntax) has been tagged and release process followed. Note version.
9-
1. `git clone https://github.com/lingua-pupuli/puppet-vscode` or `git clean -xfd` on working copy
7+
1. Ensure [puppet-editor-services](https://github.com/puppetlabs/puppet-editor-services) has been tagged and release process followed. Note version.
8+
1. Ensure [puppet-editor-syntax](https://github.com/puppetlabs/puppet-editor-syntax) has been tagged and release process followed. Note version.
9+
1. `git clone https://github.com/puppetlabs/puppet-vscode` or `git clean -xfd` on working copy
1010
1. Update `editor-components.json` with latest `puppet-editor-services` and `puppet-editor-syntax` versions. These can be seperate commits
1111
1. Create PR
1212

1313
## Prepare VSCode extension
1414

15-
1. `git clone https://github.com/lingua-pupuli/puppet-vscode` or `git clean -xfd` on working copy
15+
1. `git clone https://github.com/puppetlabs/puppet-vscode` or `git clean -xfd` on working copy
1616
1. Update `CHANGELOG` with all tickets from release milestone for `puppet-vscode`, and any tickets from `puppet-editor-services` and `puppet-editor-syntax` that apply to this release.
1717
1. Increment `version` field of `package.json`
1818
1. Run `npm install` to update `package-lock.json`
@@ -21,7 +21,7 @@
2121

2222
## Package VSCode extension
2323

24-
1. `git clone https://github.com/lingua-pupuli/puppet-vscode` or `git clean -xfd` on working copy
24+
1. `git clone https://github.com/puppetlabs/puppet-vscode` or `git clean -xfd` on working copy
2525
1. `git tag -a '<version>' -m '<version>' <commit id>`
2626
1. `git push <remote> <version>`
2727
1. `git checkout <version>`
@@ -35,6 +35,6 @@
3535
## Publish VSCode extnsion
3636

3737
1. Install personal access token from https://pogran.visualstudio.com/puppet-vscode ([instructions](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token))
38-
1. `git clone https://github.com/lingua-pupuli/puppet-vscode` or `git clean -xfd` on working copy
38+
1. `git clone https://github.com/puppetlabs/puppet-vscode` or `git clean -xfd` on working copy
3939
1. `npm install`
4040
1. `npmx vsce publish`

0 commit comments

Comments
 (0)