Skip to content

Commit a850ba9

Browse files
committed
feat: Update links
1 parent 5634e06 commit a850ba9

File tree

7 files changed

+25
-33
lines changed

7 files changed

+25
-33
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Hi! I’m really excited that you are interested in contributing to Quasar. Befo
1212

1313
- The issue list of this repo is **exclusively** for bug reports and feature requests. Non-conforming issues will be closed immediately.
1414

15-
- For simple beginner questions, you can get quick answers from the [Quasar Discord chat](http://chat.quasar-framework.org).
15+
- For simple beginner questions, you can get quick answers from the [Quasar Discord chat](https://chat.quasar.dev).
1616

17-
- For more complicated questions, you can use [the official forum](https://forum.quasar-framework.org/). Make sure to provide enough information when asking your questions - this makes it easier for others to help you!
17+
- For more complicated questions, you can use [the official forum](https://forum.quasar.dev/). Make sure to provide enough information when asking your questions - this makes it easier for others to help you!
1818

1919
- Try to search for your issue, it may have already been answered or even fixed in the development branch (`dev`).
2020

.github/ISSUE_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Got a question?
44
===
55
The issue list of this repo is **exclusively** for bug reports and feature requests. For simple questions, please use the following resources:
66
7-
- Read the docs: https://quasar-framework.org
8-
- For simple/quick questions ask on the Discord chat room: http://chat.quasar-framework.org
9-
- For complex questions or requiring help, ask on the forum: https://forum.quasar-framework.org/
7+
- Read the docs: https://quasar.dev
8+
- For simple/quick questions ask on the Discord chat room: https://chat.quasar.dev
9+
- For complex questions or requiring help, ask on the forum: https://forum.quasar.dev/
1010
1111
Reporting a bug?
1212
================

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If yes, please describe the impact and migration path for existing applications:
2727
- [ ] It's submitted to the `dev` branch and _not_ the `master` branch
2828
- [ ] When resolving a specific issue, it's referenced in the PR's title (e.g. `fix: #xxx[,#xxx]`, where "xxx" is the issue number)
2929
- [ ] It's been tested with all Quasar themes
30-
- [ ] Any necessary documentation has been added or updated [in the docs](https://github.com/quasarframework/quasar-framework.org/tree/dev/source) (for faster update click on "Suggest an edit on GitHub" at bottom of page) or explained in the PR's description.
30+
- [ ] Any necessary documentation has been added or updated [in the docs](https://github.com/quasarframework/quasar/tree/dev/docs) (for faster update click on "Suggest an edit on GitHub" at bottom of page) or explained in the PR's description.
3131

3232
If adding a **new feature**, the PR's description includes:
3333
- [ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
<a href="https://badge.fury.io/js/vue-cli-plugin-quasar" target="_blank"><img src="https://badge.fury.io/js/vue-cli-plugin-quasar.svg"></a>
1010
[![Join the chat at https://discord.gg/5TDhbDg](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/5TDhbDg)
11-
<a href="http://forum.quasar-framework.org" target="_blank"><img src="https://img.shields.io/badge/community-forum-brightgreen.svg"></a>
11+
<a href="https://forum.quasar.dev" target="_blank"><img src="https://img.shields.io/badge/community-forum-brightgreen.svg"></a>
1212

1313
Please submit a PR to https://github.com/quasarframework/quasar-awesome with your website/app/Quasar tutorial/video etc. Thank you!
1414

@@ -40,27 +40,21 @@ Your Vue config (in package.json or vue.config.js file, depending on what you ch
4040
## Supporting Quasar
4141
Quasar Framework is an MIT-licensed open source project. Its ongoing development is made possible thanks to the support by these awesome [backers](https://github.com/rstoenescu/quasar-framework/blob/dev/backers.md). If you'd like to join them, check out [Quasar Framework's Patreon campaign](https://www.patreon.com/quasarframework).
4242

43-
### Proudly sponsored by:
44-
45-
[![Truelogic](http://quasar-framework.org/images/logo_truelogic.png)](http://truelogic.com)
46-
4743
## Documentation
4844

49-
Head on to the Quasar Framework official website: [http://quasar-framework.org](http://quasar-framework.org)
45+
Head on to the Quasar Framework official website: [https://quasar.dev](https://quasar.dev)
5046

5147
## Stay in Touch
5248

5349
For latest releases and announcements, follow on Twitter: [@quasarframework](https://twitter.com/quasarframework)
5450

5551
## Community Forum
5652

57-
Head on to the official community forum: [http://forum.quasar-framework.org](http://forum.quasar-framework.org)
53+
Head on to the official community forum: [https://forum.quasar.dev](https://forum.quasar.dev)
5854

5955
## Quasar Repositories
6056

61-
* [Quasar Framework](https://github.com/quasarframework/quasar)
62-
* [Quasar CLI](https://github.com/quasarframework/quasar-cli)
63-
* [Quasar Play App](https://github.com/quasarframework/quasar-play)
57+
* [Quasar Framework](https://github.com/quasarframework)
6458

6559
## Contributing
6660

@@ -70,7 +64,7 @@ I'm excited if you want to contribute to Quasar under any form (report bugs, wri
7064

7165
**Please use the appropriate Github repo to report issues. See "Related Components" above.** For example, a bug related to CLI should be reported to the CLI repo, one related to build issues to Quasar Framework Templates repo and so on.
7266

73-
- The issue list of the repository is **exclusively** for bug reports and feature requests. For anything else please use the [Community Forum](http://forum.quasar-framework.org).
67+
- The issue list of the repository is **exclusively** for bug reports and feature requests. For anything else please use the [Community Forum](https://forum.quasar.dev).
7468

7569
- Try to search for your issue, it may have already been fixed in the development branch or it may have a resolution.
7670

@@ -80,8 +74,6 @@ I'm excited if you want to contribute to Quasar under any form (report bugs, wri
8074

8175
- If your issue is resolved but still open, don’t hesitate to close it. In case you found a solution by yourself, it could be helpful to explain how you fixed it.
8276

83-
Read more [here](http://quasar-framework.org/guide/quasar-contribution-guide.html).
84-
8577
## License
8678

8779
Copyright (c) 2016-present Razvan Stoenescu

generator/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ const fs = require('fs'),
33
extendBabel = require('../lib/extendBabel')
44

55
const message = `
6-
Documentation can be found at: https://v1.quasar-framework.org
6+
Documentation can be found at: https://quasar.dev
77
88
Quasar is relying on donations to evolve. We'd be very grateful if you can
99
take a look at: https://www.patreon.com/quasarframework
1010
Any amount is very welcomed.
11-
If invoices are required, please first contact razvan@quasar-framework.org
11+
If invoices are required, please first contact razvan@quasar.dev
1212
1313
Please give us a star on Github if you appreciate our work:
1414
https://github.com/quasarframework/quasar

generator/templates/with-router/src/layouts/Default.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
</q-item>
4545

4646
<q-item-label header>Essential Links</q-item-label>
47-
<q-item clickable tag="a" target="_blank" href="https://v1.quasar-framework.org">
47+
<q-item clickable tag="a" target="_blank" href="https://quasar.dev">
4848
<q-item-section avatar>
4949
<q-icon name="<% if (quasar.iconSet === "material-icons") { %>school<% } else if (quasar.iconSet === "fontawesome") { %>fas fa-graduation-cap<% } else if (quasar.iconSet === "ionicons") { %>ion-school<% } else if (quasar.iconSet === "mdi") { %>mdi-school<% } else if (quasar.iconSet === "eva-icons") { %>eva-file-text-outline<% } %>" />
5050
</q-item-section>
5151
<q-item-section>
5252
<q-item-label>Docs</q-item-label>
53-
<q-item-label caption>v1.quasar-framework.org</q-item-label>
53+
<q-item-label caption>quasar.dev</q-item-label>
5454
</q-item-section>
5555
</q-item>
5656
<q-item clickable tag="a" target="_blank" href="https://github.com/quasarframework/">
@@ -62,22 +62,22 @@
6262
<q-item-label caption>github.com/quasarframework</q-item-label>
6363
</q-item-section>
6464
</q-item>
65-
<q-item clickable tag="a" target="_blank" href="http://chat.quasar-framework.org">
65+
<q-item clickable tag="a" target="_blank" href="https://chat.quasar.dev">
6666
<q-item-section avatar>
6767
<q-icon name="<% if (quasar.iconSet === "material-icons") { %>chat<% } else if (quasar.iconSet === "fontawesome") { %>fas fa-comments<% } else if (quasar.iconSet === "ionicons") { %>ion-chatbubbles<% } else if (quasar.iconSet === "mdi") { %>mdi-message-text<% } else if (quasar.iconSet === "eva-icons") { %>eva-message-square-outline<% } %>" />
6868
</q-item-section>
6969
<q-item-section>
7070
<q-item-label>Discord Chat Channel</q-item-label>
71-
<q-item-label caption>chat.quasar-framework.org</q-item-label>
71+
<q-item-label caption>chat.quasar.dev</q-item-label>
7272
</q-item-section>
7373
</q-item>
74-
<q-item clickable tag="a" target="_blank" href="https://forum.quasar-framework.org">
74+
<q-item clickable tag="a" target="_blank" href="https://forum.quasar.dev">
7575
<q-item-section avatar>
7676
<q-icon name="<% if (quasar.iconSet === "material-icons") { %>forum<% } else if (quasar.iconSet === "fontawesome") { %>far fa-clipboard<% } else if (quasar.iconSet === "ionicons") { %>ion-chatboxes<% } else if (quasar.iconSet === "mdi") { %>mdi-forum<% } else if (quasar.iconSet === "eva-icons") { %>eva-people-outline<% } %>" />
7777
</q-item-section>
7878
<q-item-section>
7979
<q-item-label>Forum</q-item-label>
80-
<q-item-label caption>forum.quasar-framework.org</q-item-label>
80+
<q-item-label caption>forum.quasar.dev</q-item-label>
8181
</q-item-section>
8282
</q-item>
8383
<q-item clickable tag="a" target="_blank" href="https://twitter.com/quasarframework">

generator/templates/without-router/src/App.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
>
2727
<q-list>
2828
<q-item-label header>Essential Links</q-item-label>
29-
<q-item clickable tag="a" target="_blank" href="https://v1.quasar-framework.org">
29+
<q-item clickable tag="a" target="_blank" href="https://quasar.dev">
3030
<q-item-section avatar>
3131
<q-icon name="<% if (quasar.iconSet === "material-icons") { %>school<% } else if (quasar.iconSet === "fontawesome") { %>fas fa-graduation-cap<% } else if (quasar.iconSet === "ionicons") { %>ion-school<% } else if (quasar.iconSet === "mdi") { %>mdi-school<% } else if (quasar.iconSet === "eva-icons") { %>eva-file-text-outline<% } %>" />
3232
</q-item-section>
3333
<q-item-section>
3434
<q-item-label>Docs</q-item-label>
35-
<q-item-label caption>v1.quasar-framework.org</q-item-label>
35+
<q-item-label caption>quasar.dev</q-item-label>
3636
</q-item-section>
3737
</q-item>
3838
<q-item clickable tag="a" target="_blank" href="https://github.com/quasarframework/">
@@ -44,22 +44,22 @@
4444
<q-item-label caption>github.com/quasarframework</q-item-label>
4545
</q-item-section>
4646
</q-item>
47-
<q-item clickable tag="a" target="_blank" href="http://chat.quasar-framework.org">
47+
<q-item clickable tag="a" target="_blank" href="https://chat.quasar.dev">
4848
<q-item-section avatar>
4949
<q-icon name="<% if (quasar.iconSet === "material-icons") { %>chat<% } else if (quasar.iconSet === "fontawesome") { %>fas fa-comments<% } else if (quasar.iconSet === "ionicons") { %>ion-chatbubbles<% } else if (quasar.iconSet === "mdi") { %>mdi-message-text<% } else if (quasar.iconSet === "eva-icons") { %>eva-message-square-outline<% } %>" />
5050
</q-item-section>
5151
<q-item-section>
5252
<q-item-label>Discord Chat Channel</q-item-label>
53-
<q-item-label caption>chat.quasar-framework.org</q-item-label>
53+
<q-item-label caption>chat.quasar.dev</q-item-label>
5454
</q-item-section>
5555
</q-item>
56-
<q-item clickable tag="a" target="_blank" href="https://forum.quasar-framework.org">
56+
<q-item clickable tag="a" target="_blank" href="https://forum.quasar.dev">
5757
<q-item-section avatar>
5858
<q-icon name="<% if (quasar.iconSet === "material-icons") { %>forum<% } else if (quasar.iconSet === "fontawesome") { %>far fa-clipboard<% } else if (quasar.iconSet === "ionicons") { %>ion-chatboxes<% } else if (quasar.iconSet === "mdi") { %>mdi-forum<% } else if (quasar.iconSet === "eva-icons") { %>eva-people-outline<% } %>" />
5959
</q-item-section>
6060
<q-item-section>
6161
<q-item-label>Forum</q-item-label>
62-
<q-item-label caption>forum.quasar-framework.org</q-item-label>
62+
<q-item-label caption>forum.quasar.dev</q-item-label>
6363
</q-item-section>
6464
</q-item>
6565
<q-item clickable tag="a" target="_blank" href="https://twitter.com/quasarframework">

0 commit comments

Comments
 (0)