Skip to content

Commit

Permalink
making changes to directory and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfordwork committed Jun 6, 2024
1 parent a3c8838 commit 1316d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _docs/sysadmin/configuration/ansible_course_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Ansible is a powerful automation tool that can be used to manage configurations

## Prerequisites

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.
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.

## Steps to Create a Course

Expand All @@ -33,4 +33,4 @@ This guide assumes that you are already following the Ansible installation guide
**For a more detailed step-by-step guide on creating a course, you can refer to the [Course Creation Documentation](course_creation.md).
**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.
**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.
4 changes: 2 additions & 2 deletions _docs/sysadmin/configuration/ansible_term_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Ansible is a powerful automation tool that can be used to manage configurations

## Prerequisites

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.
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.

## Steps to Create a Term

Expand All @@ -23,7 +23,7 @@ This guide assumes that you are already following the Ansible installation guide
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.
**Remember: The term should be an abbreviated semester name like: `s24` . THe start and end date must be formatted in mm/dd/yyyy format.
**Remember: The term should be an abbreviated semester name like: `s24` . The start and end date must be formatted in mm/dd/yyyy format.
3. Run the playbook using the following command:
Expand Down

0 comments on commit 1316d6e

Please sign in to comment.