Skip to content

Commit bf4ddd2

Browse files
arre-ankitmsaaddev
andauthored
🐛 FIX: Broken Links (#101)
* 🐛 FIX: Broken Links * 📦 NEW: Review by SI --------- Co-authored-by: msaaddev <[email protected]>
1 parent 3ddc5e3 commit bf4ddd2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
This template is to report bugs for the Langbase. If you need help with your own project, feel free to [start a new thread in our discussions](https://github.com/LangbaseInc/langbase/discussions).
8+
This template is to report bugs for the Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://langbase.com/discord).
99
- type: textarea
1010
attributes:
1111
label: Description

.github/ISSUE_TEMPLATE/2.feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: markdown
66
attributes:
77
value: |
8-
Use this template to propose new features for Langbase. If you need help with your project, [start a new thread in our discussions](https://github.com/LangbaseInc/langbase/discussions).
8+
Use this template to propose new features for Langbase. If you need help with your own project, feel free to [start a new thread in our discord forum](https://langbase.com/discord).
99
- type: textarea
1010
attributes:
1111
label: Feature Description

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a Question
4-
url: https://github.com/LangbaseInc/langbase/discussions
5-
about: Please ask your questions in our discussions forum.
4+
url: https://langbase.com/discord
5+
about: Please ask your questions in our discord forum.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/LangbaseInc/components.git",
20+
"url": "https://github.com/LangbaseInc/langbase-sdk.git",
2121
"directory": "packages/cli"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/LangbaseInc/components/issues"
24+
"url": "https://github.com/LangbaseInc/langbase-sdk/issues"
2525
},
2626
"homepage": "https://langbase.com",
2727
"files": [

0 commit comments

Comments
 (0)