Skip to content

Commit e1c3ee9

Browse files
committed
fixing linking issues removing md
1 parent 7187e0c commit e1c3ee9

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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](_docs/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) before proceeding with course creation.
1515

1616
## Steps to Create a Course
1717

@@ -31,6 +31,6 @@ This guide assumes that you are already following the Ansible installation guide
3131
3232
4. Once the process is complete, your new course should be available in Submitty.
3333
34-
**For a more detailed step-by-step guide on creating a course, you can refer to the [Course Creation Documentation](sysadmin/configuration/course_creation.md).
34+
**For a more detailed step-by-step guide on creating a course, you can refer to the [Course Creation Documentation](/_docs/sysadmin/configuration/course_creation)
3535
3636
**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) before proceeding with term creation.
1515

1616
## Steps to Create a Term
1717

@@ -35,6 +35,6 @@ This guide assumes that you are already following the Ansible installation guide
3535
3636
4. Once the process is complete, your new term should be available in Submitty.
3737
38-
**For a more detailed step-by-step guide on creating a course, you can refer to the [Term Creation Documentation](term_creation.md).
38+
**For a more detailed step-by-step guide on creating a course, you can refer to the [Term Creation Documentation](term_creation).
3939
4040
**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_term_creation` role.

_docs/sysadmin/configuration/course_creation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redirect_from:
66
---
77

88
**Note**: If you are using Ansible for managing Submitty,
9-
you can follow these [instructions](_docs/sysadmin/configuration/ansible_course_creation.md) to create a course using Ansible.
9+
you can follow these [instructions](/_docs/sysadmin/configuration/ansible_course_creation) to create a course using Ansible.
1010

1111

1212
### UNIX Users and Groups

_docs/sysadmin/configuration/term_creation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redirect_from:
66
---
77

88
**Note**: If you are using Ansible for managing Submitty,
9-
you can follow these [instructions](/_docs/sysadmin/configuration/ansible_term_creation.md) to create a term using Ansible.
9+
you can follow these [instructions](/_docs/sysadmin/configuration/ansible_term_creation) to create a term using Ansible.
1010

1111
### Creating a term
1212
To create a term, you should use the script

0 commit comments

Comments
 (0)