Skip to content

Commit 21358d6

Browse files
committed
(maint) Update branding links and text
1 parent 3feac3f commit 21358d6

File tree

6 files changed

+28
-38
lines changed

6 files changed

+28
-38
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: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# [Puppet](https://www.puppet.com) Extension for Visual Studio Code
1+
# [Puppet](https://www.puppet.com) Visual Studio Code Extension
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

8-
# Puppet VSCode [Website](https://puppet-vscode.github.io)
6+
The Puppet VSCode website [https://puppet-vscode.github.io/](https://puppet-vscode.github.io) contains all of the documentation previously held in this README, simplified and organized. There is also new content that shows off all the current features in greater detail, as well as new ways to use the Puppet VSCode Extension with other technologies like the [Microsoft Remote Development Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack). This README retains some quick information on how to get started and where to get help if things go wrong.
97

10-
We are proud to announce the new Puppet VSCode website [https://puppet-vscode.github.io/](https://puppet-vscode.github.io/)! This website contains all of the documentation previously held in this README, simplified and organized. There is also new content that shows off all the current features in greater detail, as well as new ways to use the Puppet VSCode Extension with other technologies like the [Microsoft Remote Development Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack). This README retains some quick information on how to get started and where to get help if things go wrong.
8+
## Quick start
9+
10+
> For a more detailed walkthrough see the [official documentation](https://puppet-vscode.github.io/docs/getting-started/)
11+
12+
- Step 1: Install a supported version of the Puppet Development Kit on your system (see [Requirements](#requirements) for more information).
13+
- Step 2: Install the Puppet [extension](https://marketplace.visualstudio.com/items?itemName=puppet.puppet-vscode) for Visual Studio Code.
14+
- Step 3: Open or create a Puppet manifest file (a file with a `.pp` or `.epp` extension or named `Puppetfile`) and start automating!
1115

1216
## Table of Contents
1317

@@ -47,14 +51,6 @@ We are proud to announce the new Puppet VSCode website [https://puppet-vscode.gi
4751
- [Telemetry](#telemetry)
4852
- [License](#license)
4953

50-
## Quick start
51-
52-
> For a more detailed walkthrough see the [official documentation](https://puppet-vscode.github.io/docs/getting-started/)
53-
54-
- Step 1: Install a supported version of the Puppet Development Kit on your system (see [Requirements](#requirements) for more information).
55-
- Step 2: Install the Puppet [extension](https://marketplace.visualstudio.com/items?itemName=puppet.puppet-vscode) for Visual Studio Code.
56-
- Step 3: Open or create a Puppet manifest file (a file with a `.pp` or `.epp` extension or named `Puppetfile`) and start automating!
57-
5854
## Features
5955

6056
A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) that provides rich support for the [Puppet](https://www.puppet.com) language, including features such as syntax highlighting, linting, debugging, IntelliSense and more.
@@ -112,15 +108,15 @@ You can find instructions and installation links here:
112108

113109
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!
114110

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

117113
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.)
118114

119115
## Experience a Problem?
120116

121117
### Puppet Agent Install
122118

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.
119+
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.
124120

125121
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.
126122

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

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

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

162157
## Telemetry
163158

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)