Skip to content

Commit b96b252

Browse files
committed
v1.0.28 - Update Links (minor)
1 parent 9b7dcd6 commit b96b252

File tree

8 files changed

+19
-11
lines changed

8 files changed

+19
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [1.0.28] 2024-11-26
4+
### Changes
5+
6+
- Update Product Links
7+
- [Rocket Django](https://app-generator.dev/product/rocket/django/) - Product Page
8+
- [Rocket Django](https://app-generator.dev/docs/products/django/rocket/index.html) - Documentation
9+
- [Rocket Django PRO](https://app-generator.dev/product/rocket-pro/django/) - The premium version
10+
311
## [1.0.27] 2024-11-24
412
### Changes
513

docs/extended-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ Visit http://localhost:8000/users/profile to interact with the **Rocket Django**
111111
Easily store additional user data, implement custom authentication logic, and integrate with third-party services, all while maintaining the security and reliability of Django's built-in user model. Take control of your user management and tailor it to your specific needs with Rocket Django.
112112

113113
## ✅ Resources
114-
- 👉 [Rocket Django](https://docs.appseed.us/products/rocket/django/) product offering
114+
- 👉 [Rocket Django](https://app-generator.dev/docs/products/django/rocket/index.html) product offering
115115
- 👉 Join the [Community](https://discord.com/invite/fZC6hup) and chat with the team behind **Rocket Django**

templates/authentication/sign-in.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="text-2xl font-bold text-gray-900 dark:text-white">
5454
<div class="text-sm font-medium text-gray-500 dark:text-gray-400">
5555
<a href="{% url "signup" %}" class="text-primary-700 hover:underline dark:text-primary-500">Register</a>
5656
&nbsp; &bull; &nbsp;
57-
<a href="https://docs.appseed.us/products/rocket/django/" target="_blank"
57+
<a href="https://app-generator.dev/docs/products/django/rocket/index.html"
5858
class="text-primary-700 hover:underline dark:text-primary-500">Documentation</a>
5959
</div>
6060
</form>

templates/authentication/sign-up.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2 class="text-2xl font-bold text-gray-900 dark:text-white">
3535
<div class="text-sm font-medium text-gray-500 dark:text-gray-400">
3636
<a href="{% url "signin" %}" class="text-primary-700 hover:underline dark:text-primary-500">Sign IN</a>
3737
&nbsp; &bull; &nbsp;
38-
<a href="https://docs.appseed.us/products/rocket/django/" target="_blank"
38+
<a href="https://app-generator.dev/docs/products/django/rocket/index.html"
3939
class="text-primary-700 hover:underline dark:text-primary-500">Documentation</a>
4040
</div>
4141
</form>

templates/includes/sidebar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
</li>
180180
</ul>
181181
<div class="pt-2 space-y-2">
182-
<a href="https://appseed.us/product/rocket/django/" target="_blank"
182+
<a href="https://app-generator.dev/product/rocket/django/"
183183
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
184184

185185
<svg class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 group-hover:text-gray-900 dark:text-gray-400 dark:group-hover:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24">
@@ -189,7 +189,7 @@
189189

190190
<span class="ml-3" sidebar-toggle-item>Download</span>
191191
</a>
192-
<a href="https://docs.appseed.us/products/rocket/django/" target="_blank"
192+
<a href="https://app-generator.dev/docs/products/django/rocket/index.html"
193193
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
194194
<svg class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 group-hover:text-gray-900 dark:text-gray-400 dark:group-hover:text-white"
195195
fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
@@ -199,7 +199,7 @@
199199
</svg>
200200
<span class="ml-3" sidebar-toggle-item>Documentation</span>
201201
</a>
202-
<a href="https://appseed.us/product/rocket-pro/django/" target="_blank"
202+
<a href="https://app-generator.dev/product/rocket-pro/django/"
203203
class="flex items-center p-2 text-base text-gray-900 transition duration-75 rounded-lg hover:bg-gray-100 group dark:text-gray-200 dark:hover:bg-gray-700">
204204
<svg class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75 group-hover:text-gray-900 dark:text-gray-400 dark:group-hover:text-white"
205205
fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">

templates/layouts/base-auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<title>Rocket Django - Styled with Tailwind/Flowbite | AppSeed</title>
1414

15-
<link rel="canonical" href="https://appseed.us/product/rocket/django/">
15+
<link rel="canonical" href="https://app-generator.dev/product/rocket/django/">
1616

1717
<link rel="preconnect" href="https://fonts.googleapis.com">
1818
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

templates/layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{% include "includes/footer.html" %}
3333
{% endblock footer %}
3434
<p class="my-10 text-sm text-center text-gray-500">
35-
&copy; Flowbite - Coded by <a href="https://appseed.us" class="hover:underline" target="_blank">AppSeed</a>
35+
&copy; Flowbite - Coded by <a href="https://appseed.us" class="hover:underline">App Generator</a>
3636
</p>
3737

3838
</div>

templates/pages/starter.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<span class="self-center text-xl font-semibold whitespace-nowrap dark:text-white">Rocket</span>
2828
</a>
2929
<div class="flex md:order-2">
30-
<a href="https://appseed.us/product/rocket/django/" target="_blank"
30+
<a href="https://app-generator.dev/product/rocket/django/"
3131
class="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-5 py-2.5 text-center mr-3 md:mr-0 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">
3232
Download</a>
3333
<button data-collapse-toggle="navbar-cta" type="button"
@@ -65,7 +65,7 @@
6565
<p class="mb-6 max-w-2xl font-light text-gray-500 lg:mb-8 md:text-lg lg:text-xl dark:text-gray-400">
6666
Open-Source starter built with <strong>Django & Tailwind/Flowbite</strong>.
6767
</p>
68-
<a href="https://docs.appseed.us/products/rocket/django/" target="_blank"
68+
<a href="https://app-generator.dev/docs/products/django/rocket/index.html"
6969
class="inline-flex justify-center items-center py-3 px-5 mr-3 text-base font-medium text-center text-white rounded-lg bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:ring-blue-300 dark:focus:ring-blue-900">
7070
Docs
7171
<svg class="ml-2 -mr-1 w-5 h-5" fill="currentColor" viewBox="0 0 20 20"
@@ -75,7 +75,7 @@
7575
clip-rule="evenodd"></path>
7676
</svg>
7777
</a>
78-
<a href="https://appseed.us/support/" target="_blank"
78+
<a href="https://app-generator.dev/ticket/create/"
7979
class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-gray-900 rounded-lg border border-gray-300 hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 dark:text-white dark:border-gray-700 dark:hover:bg-gray-700 dark:focus:ring-gray-800">
8080
Support
8181
</a>

0 commit comments

Comments
 (0)