mirror of
https://github.com/django-components/django-components.git
synced 2025-08-18 13:10:13 +00:00
Merge pull request #648 from JuroOravec/646-fix-broken-links
refactor: fix broken links
This commit is contained in:
commit
589e802625
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ And this is what gets rendered (plus the CSS and Javascript you've specified):
|
||||||
<div class="calendar-component">Today's date is <span>2015-06-19</span></div>
|
<div class="calendar-component">Today's date is <span>2015-06-19</span></div>
|
||||||
```
|
```
|
||||||
|
|
||||||
[See the example project](./sampleproject) or read on to learn about the details!
|
[See the example project](https://github.com/EmilStenstrom/django-components/tree/master/sampleproject) or read on to learn about the details!
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
|
@ -219,7 +219,7 @@ python manage.py runserver
|
||||||
```
|
```
|
||||||
|
|
||||||
For a step-by-step guide on deploying production server with static files,
|
For a step-by-step guide on deploying production server with static files,
|
||||||
[see the demo project](./sampleproject/README.md).
|
[see the demo project](https://github.com/EmilStenstrom/django-components/tree/master/sampleproject).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue