Skip to content

Commit 2d51ff2

Browse files
authored
Merge pull request #2718 from Nathaniel-King-Navarrete/master
#2698 Update helpView.ts
2 parents 77bfd6b + a6f9b35 commit 2d51ff2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ Thanks so much to everyone [who has contributed](https://github.com/codefori/vsc
6262
* [@janfh](https://github.com/janfh)
6363
* [@MohitKambli](https://github.com/MohitKambli)
6464
* [@bspotswood](https://github.com/bspotswood)
65-
* [@dcmcdoug](https://github.com/dcmcdoug)
65+
* [@dcmcdoug](https://github.com/dcmcdoug)
66+
* [@nathaniel-king-navarrete](https://github.com/Nathaniel-King-Navarrete)

src/ui/views/helpView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class HelpView implements vscode.TreeDataProvider<vscode.TreeItem> {
2828

2929
public async getChildren(): Promise<HelpItem[]> {
3030
const children = [
31-
new HelpOpenUrlItem(`book`, vscode.l10n.t(`Get started`), `https://codefori.github.io/docs/#/`),
31+
new HelpOpenUrlItem(`book`, vscode.l10n.t(`Get Started & Documentation`), `https://codefori.github.io/docs/#/`),
3232
new HelpOpenUrlItem(`output`, vscode.l10n.t(`Open official Forum`), `https://github.com/codefori/vscode-ibmi/discussions`),
3333
new HelpOpenUrlItem(`eye`, vscode.l10n.t(`Review Issues`), `https://github.com/codefori/vscode-ibmi/issues/`),
3434
new HelpIssueItem()

0 commit comments

Comments
 (0)