Skip to content

Commit 1316d6e

Browse files
committed
making changes to directory and grammar
1 parent a3c8838 commit 1316d6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_docs/sysadmin/configuration/ansible_course_creation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Ansible is a powerful automation tool that can be used to manage configurations
1111

1212
## Prerequisites
1313

14-
This guide assumes that you are already following the Ansible installation guide for Submitty. If you have not yet installed Ansible or set up Submitty with Ansible, please refer to the [Ansible Installation Guide](sysadmin/installation/ansible.md) before proceeding with course creation.
14+
This guide assumes that you are already following the Ansible installation guide for Submitty. If you have not yet installed Ansible or set up Submitty with Ansible, please refer to the [Ansible Installation Guide](/_docs/sysadmin/installation/ansible.md) before proceeding with course creation.
1515

1616
## Steps to Create a Course
1717

@@ -33,4 +33,4 @@ This guide assumes that you are already following the Ansible installation guide
3333
3434
**For a more detailed step-by-step guide on creating a course, you can refer to the [Course Creation Documentation](course_creation.md).
3535
36-
**If you wish to understand the individual tasks that are performed during the course creation process, you can examine the tasks defined under the `submitty_course_creation` role.
36+
**If you wish to understand the individual tasks that are performed during the course creation process, you can examine the tasks defined under the `submitty_course_creation` role.

_docs/sysadmin/configuration/ansible_term_creation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Ansible is a powerful automation tool that can be used to manage configurations
1111

1212
## Prerequisites
1313

14-
This guide assumes that you are already following the Ansible installation guide for Submitty. If you have not yet installed Ansible or set up Submitty with Ansible, please refer to the [Ansible Installation Guide](sysadmin/installation/ansible.md) before proceeding with term creation.
14+
This guide assumes that you are already following the Ansible installation guide for Submitty. If you have not yet installed Ansible or set up Submitty with Ansible, please refer to the [Ansible Installation Guide](/_docs/sysadmin/installation/ansible.md) before proceeding with term creation.
1515

1616
## Steps to Create a Term
1717

@@ -23,7 +23,7 @@ This guide assumes that you are already following the Ansible installation guide
2323
2424
2. There is a playbook available named `submitty_course_creation.yml`. This playbook contains the necessary roles to create a new term in Submitty. You can edit this file to specify the details of the term you want to create.
2525
26-
**Remember: The term should be an abbreviated semester name like: `s24` . THe start and end date must be formatted in mm/dd/yyyy format.
26+
**Remember: The term should be an abbreviated semester name like: `s24` . The start and end date must be formatted in mm/dd/yyyy format.
2727
2828
3. Run the playbook using the following command:
2929

0 commit comments

Comments
 (0)