Change Kanboard's website URL to use HTTPS everywhere

This commit is contained in:
Frederic Guillot
2016-04-30 12:10:27 -04:00
parent 9fa8f63d25
commit c3d06f7794
64 changed files with 152 additions and 152 deletions

View File

@@ -3,18 +3,18 @@ Creating Tasks
From the board, click on the plus sign next to the column name:
![Task creation from the board](http://kanboard.net/screenshots/documentation/task-creation-board.png)
![Task creation from the board](https://kanboard.net/screenshots/documentation/task-creation-board.png)
Then the task creation form appears:
![Task creation form](http://kanboard.net/screenshots/documentation/task-creation-form.png)
![Task creation form](https://kanboard.net/screenshots/documentation/task-creation-form.png)
The only mandatory field is the title.
Field description:
- **Title**: The title of your task, which will be displayed on the board.
- **Description**: Allow you to add more information about the task, the content can be written in [Markdown](http://kanboard.net/documentation/syntax-guide).
- **Description**: Allow you to add more information about the task, the content can be written in [Markdown](https://kanboard.net/documentation/syntax-guide).
- **Create another task**: Check this box if you want to create a similar task (some fields will be pre-filled).
- **Assignee**: The person that will work on the task.
- **Category**: Only one category can be assigned to a task.
@@ -24,4 +24,4 @@ Field description:
- **Original Estimate**: Estimation in hours to complete the tasks.
- **Due Date**: Overdue tasks will have a red due date and upcoming due dates will be black on the board. Several date format are accepted in addition to the date picker.
With the preview link, you can see the task description converted from the Markdown syntax.
With the preview link, you can see the task description converted from the Markdown syntax.