diff --git a/SUMMARY.md b/SUMMARY.md
index 481e0bdd..6eb67e32 100644
--- a/SUMMARY.md
+++ b/SUMMARY.md
@@ -17,54 +17,50 @@
* [Hello World](cluck-university/getting-started/hello-world.md)
* [Workflow Building Tips & Tricks](cluck-university/getting-started/workflow-building-tips-and-tricks.md)
* [Fast Track Onboarding](cluck-university/getting-started/fast-track-your-onboarding.md)
-* [Rewst Foundations](cluck-university/rewst-foundations-10x/README.md)
- * [Lesson 1: Laying the Foundations of Automation](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/README.md)
- * [Introduction to Automation and Scoping](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations.md)
- * [3 Key Principles for Every Automation](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-1.md)
- * [Automating a Business Process](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-2.md)
- * [Lesson 2: Building a Basic Form and Workflow](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/README.md)
- * [From Workflow Sketch to Rewst Prototype](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations.md)
- * [Building the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-1.md)
- * [Creating the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-2.md)
- * [Adding Actions to the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-3.md)
- * [Testing the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-4.md)
- * [Lesson 3: Jinja Essentials for Workflow Automation](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/README.md)
- * [Introduction to Jinja, JSON, and The Context](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/introduction-to-jinja-json-and-the-context.md)
- * [Basic Jinja Syntax and Filters](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md)
- * [Jinja List Comprehension](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension.md)
- * [Jinja List Comprehension Examples ("Them Apples")](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md)
- * [Using Jinja in Rewst Workflows](cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md)
- * [Lesson 4: Creating an Option Generator Workflow](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/README.md)
- * [Introduction to Option Generators](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/introduction-to-option-generators.md)
- * [How to Create, Configure, and Trigger an Option Generator Workflow](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md)
- * [Using Jinja in Data Aliases and Creating an API Request Action](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md)
- * [Connecting an Option Generator Workflow to a Rewst Form](cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md)
- * [Lesson 5: Managing Workflow Paths](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/README.md)
- * [Introduction to Workflow Logic (Microsoft APIs)](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md)
- * [Getting Object Properties for Microsoft Groups](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/getting-object-properties-for-microsoft-groups.md)
- * [Creating a Microsoft Exchange Online Path in the Workflow](cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md)
- * [Lesson 6: Implementing Error-Handling in Rewst Workflows](cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/README.md)
- * [Adding Error Handling to Workflow Actions](cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/adding-error-handling-to-workflow-actions.md)
- * [Implementing Error Handling with Feedback Messages](cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/implementing-error-handling-with-feedback-messages.md)
- * [Lesson 7: Optimizing Workflow Design](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/README.md)
- * [Using a Sub Workflow to Update Multiple Groups](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md)
- * [Updating the Add or Remove User Form](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/updating-the-add-or-remove-user-form.md)
- * [Creating a New Parent Workflow](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/creating-a-new-parent-workflow.md)
- * [Sub Workflow and With Items Overview](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/sub-workflow-and-with-items-overview.md)
- * [Adding Other Parent Workflow Actions](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/adding-other-parent-workflow-actions.md)
- * [Testing the Final Workflow](cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/testing-the-final-workflow.md)
- * [\[Lesson Template\] Lesson Title](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/README.md)
- * [\[First Module\] Title Goes Here](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations.md)
- * [\[Middle Modules\] Title Goes Here](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-1.md)
- * [\[Last Module\] Title Goes Here](cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-2.md)
- * [Foundations Certification](cluck-university/rewst-foundations-10x/foundations-certification.md)
-* [Clean Automation](cluck-university/clean-automation-200-series/README.md)
- * [Advanced Automation Concepts](cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md)
- * [Data Types and Jinja](cluck-university/clean-automation-200-series/202-data-types-and-jinja.md)
- * [Boolean Logic & Comparisons](cluck-university/clean-automation-200-series/203-boolean-logic-and-comparisons.md)
- * [Modular Automation Through Abstraction](cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md)
- * [Avoiding Automation Anti-Patterns](cluck-university/clean-automation-200-series/205-avoiding-automation-anti-patterns.md)
- * [Clean Automation Certification](cluck-university/clean-automation-200-series/foundations-certification.md)
+* [Rewst Foundations](cluck-university/rewst-foundations/README.md)
+ * [Lesson 1: Laying the Foundations of Automation](cluck-university/rewst-foundations/laying-the-foundations-of-automation/README.md)
+ * [Introduction to Automation and Scoping](cluck-university/rewst-foundations/laying-the-foundations-of-automation/intro-to-automation-and-scoping.md)
+ * [3 Key Principles for Every Automation](cluck-university/rewst-foundations/laying-the-foundations-of-automation/3-key-principles-for-every-automation.md)
+ * [Automating a Business Process](cluck-university/rewst-foundations/laying-the-foundations-of-automation/101-laying-the-foundations-of-automations.md)
+ * [Lesson 2: Building a Basic Form and Workflow](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/README.md)
+ * [From Workflow Sketch to Rewst Prototype](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/from-workflow-sketch-to-rewst-prototype.md)
+ * [Building the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/building-the-add-remove-user-form.md)
+ * [Creating the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/creating-the-add-remove-user-workflow.md)
+ * [Adding Actions to the "Add or Remove User - Microsoft Group" Workflow](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/adding-actions-to-add-remove-workflow.md)
+ * [Testing the "Add or Remove User - Microsoft Group" Form](cluck-university/rewst-foundations/building-a-basic-form-and-workflow/testing-the-add-remove-form.md)
+ * [Lesson 3: Jinja Essentials for Workflow Automation](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/README.md)
+ * [Introduction to Jinja, JSON, and The Context](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/intro-to-jinja-json-the-context.md)
+ * [Basic Jinja Syntax and Filters](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md)
+ * [Jinja List Comprehension](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension.md)
+ * [Jinja List Comprehension Examples ("Them Apples")](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md)
+ * [Using Jinja in Rewst Workflows](cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md)
+ * [Lesson 4: Creating an Option Generator Workflow](cluck-university/rewst-foundations/creating-an-option-generator-workflow/README.md)
+ * [Introduction to Option Generators](cluck-university/rewst-foundations/creating-an-option-generator-workflow/introduction-to-option-generators.md)
+ * [How to Create, Configure, and Trigger an Option Generator Workflow](cluck-university/rewst-foundations/creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md)
+ * [Using Jinja in Data Aliases and Creating an API Request Action](cluck-university/rewst-foundations/creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md)
+ * [Connecting an Option Generator Workflow to a Rewst Form](cluck-university/rewst-foundations/creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md)
+ * [Lesson 5: Managing Workflow Paths](cluck-university/rewst-foundations/managing-workflow-paths/README.md)
+ * [Introduction to Workflow Logic (Microsoft APIs)](cluck-university/rewst-foundations/managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md)
+ * [Getting Object Properties for Microsoft Groups](cluck-university/rewst-foundations/managing-workflow-paths/getting-object-properties-for-microsoft-groups.md)
+ * [Creating a Microsoft Exchange Online Path in the Workflow](cluck-university/rewst-foundations/managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md)
+ * [Lesson 6: Implementing Error-Handling in Rewst Workflows](cluck-university/rewst-foundations/implementing-error-handling-in-workflows/README.md)
+ * [Adding Error Handling to Workflow Actions](cluck-university/rewst-foundations/implementing-error-handling-in-workflows/adding-error-handling-to-workflow-actions.md)
+ * [Implementing Error Handling with Feedback Messages](cluck-university/rewst-foundations/implementing-error-handling-in-workflows/implementing-error-handling-with-feedback-messages.md)
+ * [Lesson 7: Optimizing Workflow Design](cluck-university/rewst-foundations/optimizing-workflow-design/README.md)
+ * [Using a Sub Workflow to Update Multiple Groups](cluck-university/rewst-foundations/optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md)
+ * [Updating the Add or Remove User Form](cluck-university/rewst-foundations/optimizing-workflow-design/updating-the-add-or-remove-user-form.md)
+ * [Creating a New Parent Workflow](cluck-university/rewst-foundations/optimizing-workflow-design/creating-a-new-parent-workflow.md)
+ * [Sub Workflow and With Items Overview](cluck-university/rewst-foundations/optimizing-workflow-design/sub-workflow-and-with-items-overview.md)
+ * [Adding Other Parent Workflow Actions](cluck-university/rewst-foundations/optimizing-workflow-design/adding-other-parent-workflow-actions.md)
+ * [Testing the Final Workflow](cluck-university/rewst-foundations/optimizing-workflow-design/testing-the-final-workflow.md)
+ * [Foundations Certification](cluck-university/rewst-foundations/foundations-certification.md)
+* [Clean Automation](cluck-university/clean-automation/README.md)
+ * [Advanced Automation Concepts](cluck-university/clean-automation/advanced-automation-concepts.md)
+ * [Data Types and Jinja](cluck-university/clean-automation/data-types-and-jinja.md)
+ * [Boolean Logic & Comparisons](cluck-university/clean-automation/boolean-logic-and-comparisons.md)
+ * [Modular Automation Through Abstraction](cluck-university/clean-automation/modular-automation-through-abstraction.md)
+ * [Avoiding Automation Anti-Patterns](cluck-university/clean-automation/avoiding-automation-anti-patterns.md)
+ * [Clean Automation Certification](cluck-university/clean-automation/clean-automation-certification.md)
* [Electives](cluck-university/electives/README.md)
* [Extending the Power of Rewst Workflows](cluck-university/electives/extending-the-power-of-rewst-workflows/README.md)
* [Part 1: Introduction to Completion Handlers](cluck-university/electives/extending-the-power-of-rewst-workflows/part-1-introduction-to-completion-handlers.md)
diff --git a/cluck-university/clean-automation-200-series/README.md b/cluck-university/clean-automation-200-series/README.md
deleted file mode 100644
index 8a80d038..00000000
--- a/cluck-university/clean-automation-200-series/README.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-description: >-
- Explore advanced automation concepts in the Clean Automation series at Cluck
- University. Dive into data handling, abstraction principles, and defensive
- strategies for robust automations.
----
-
-# Clean Automation
-
-## Series Overview
-
-The Clean Automation series courses at Cluck University, designed to follow the Rewst Foundations series, delve deeper into advanced concepts of workflow automation in Rewst, ensuring you have the practices to build cleanly and efficiently.
-
-## **Target Audience**
-
-This course is designed for individuals who have completed the Rewst Foundations series courses, which provided a foundational understanding of automation in Rewst and are looking to expand their skills to create more advanced, efficient, and secure automated solutions. It is ideal for MSPs and other Rewst users who aim to leverage automation for complex tasks and processes.
-
-## Learning Objectives
-
-* **Advanced Automation Mastery**: Develop an advanced understanding of automation in Rewst, focusing on integrating human creativity with computer precision, and mastering clean automating principles for efficient workflows.
-* **Data Types and Jinja Proficiency**: Gain comprehensive skills in handling various data types and utilizing Jinja for dynamic, complex data manipulation and workflow enhancement.
-* **Strategic Automation Thinking**: Cultivate a developer’s mindset for automation, focusing on abstraction, modularity, and avoiding common anti-patterns to create robust, defensible automation strategies.
-* **Practical Application and Problem-Solving**: Learn through hands-on application, emphasizing practical problem-solving, efficient configuration, and defensive programming in real-world scenarios.
-
-## **Included Courses**
-
-
-
-###
diff --git a/cluck-university/clean-automation/README.md b/cluck-university/clean-automation/README.md
new file mode 100644
index 00000000..d3eb22e4
--- /dev/null
+++ b/cluck-university/clean-automation/README.md
@@ -0,0 +1,29 @@
+---
+description: >-
+ Explore advanced automation concepts in the Clean Automation series at Cluck
+ University. Dive into data handling, abstraction principles, and defensive
+ strategies for robust automations.
+---
+
+# Clean Automation
+
+## Series Overview
+
+The Clean Automation series courses at Cluck University, designed to follow the Rewst Foundations series, delve deeper into advanced concepts of workflow automation in Rewst, ensuring you have the practices to build cleanly and efficiently.
+
+## **Target Audience**
+
+This course is designed for individuals who have completed the Rewst Foundations series courses, which provided a foundational understanding of automation in Rewst and are looking to expand their skills to create more advanced, efficient, and secure automated solutions. It is ideal for MSPs and other Rewst users who aim to leverage automation for complex tasks and processes.
+
+## Learning Objectives
+
+* **Advanced Automation Mastery**: Develop an advanced understanding of automation in Rewst, focusing on integrating human creativity with computer precision, and mastering clean automating principles for efficient workflows.
+* **Data Types and Jinja Proficiency**: Gain comprehensive skills in handling various data types and utilizing Jinja for dynamic, complex data manipulation and workflow enhancement.
+* **Strategic Automation Thinking**: Cultivate a developer’s mindset for automation, focusing on abstraction, modularity, and avoiding common anti-patterns to create robust, defensible automation strategies.
+* **Practical Application and Problem-Solving**: Learn through hands-on application, emphasizing practical problem-solving, efficient configuration, and defensive programming in real-world scenarios.
+
+## **Included Courses**
+
+
+
+###
diff --git a/cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md b/cluck-university/clean-automation/advanced-automation-concepts.md
similarity index 79%
rename from cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md
rename to cluck-university/clean-automation/advanced-automation-concepts.md
index 00f06f2c..717d12c6 100644
--- a/cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md
+++ b/cluck-university/clean-automation/advanced-automation-concepts.md
@@ -28,5 +28,5 @@ When you've completed this training, [don't forget to get credit!](https://app.r
4. **Security in Automation**: Addressing the importance of secure automation, the course covers how to protect automations from security threats and unauthorized access, ensuring the safety and integrity of automated workflows.
5. **Applying Pseudocode for Clear Planning**: The course illustrates how pseudocode can be used as a planning tool to transition ideas into tangible automation steps, aiding in the clear and effective development of complex automations.
-
+
diff --git a/cluck-university/clean-automation-200-series/205-avoiding-automation-anti-patterns.md b/cluck-university/clean-automation/avoiding-automation-anti-patterns.md
similarity index 65%
rename from cluck-university/clean-automation-200-series/205-avoiding-automation-anti-patterns.md
rename to cluck-university/clean-automation/avoiding-automation-anti-patterns.md
index 0304d946..99ad1e67 100644
--- a/cluck-university/clean-automation-200-series/205-avoiding-automation-anti-patterns.md
+++ b/cluck-university/clean-automation/avoiding-automation-anti-patterns.md
@@ -19,5 +19,5 @@ When you've completed this training [don't forget to get credit!](https://app.re
* **Understanding and Avoiding Anti-Patterns**: Recognize and prevent common automation mistakes that lead to inefficiencies.
* **Mitigating Anti-Pattern through Design Patterns**: Develop strategies for designing automations that anticipate and manage errors effectively.
-
+
diff --git a/cluck-university/clean-automation-200-series/203-boolean-logic-and-comparisons.md b/cluck-university/clean-automation/boolean-logic-and-comparisons.md
similarity index 78%
rename from cluck-university/clean-automation-200-series/203-boolean-logic-and-comparisons.md
rename to cluck-university/clean-automation/boolean-logic-and-comparisons.md
index c7ff51ea..9f9914b2 100644
--- a/cluck-university/clean-automation-200-series/203-boolean-logic-and-comparisons.md
+++ b/cluck-university/clean-automation/boolean-logic-and-comparisons.md
@@ -57,5 +57,5 @@ Here are some important keyboard shortcuts you can use throughout
-
+
diff --git a/cluck-university/clean-automation-200-series/foundations-certification.md b/cluck-university/clean-automation/clean-automation-certification.md
similarity index 100%
rename from cluck-university/clean-automation-200-series/foundations-certification.md
rename to cluck-university/clean-automation/clean-automation-certification.md
diff --git a/cluck-university/clean-automation-200-series/202-data-types-and-jinja.md b/cluck-university/clean-automation/data-types-and-jinja.md
similarity index 61%
rename from cluck-university/clean-automation-200-series/202-data-types-and-jinja.md
rename to cluck-university/clean-automation/data-types-and-jinja.md
index bd46384f..eb464575 100644
--- a/cluck-university/clean-automation-200-series/202-data-types-and-jinja.md
+++ b/cluck-university/clean-automation/data-types-and-jinja.md
@@ -12,7 +12,7 @@ Sign up for our **LIVE** sessions **Tuesday's @ 3pm** **Eastern** on [Calendly](
## **Course Overview**
-Data Types and Jinja delves into the complexities of data types and the use of Jinja in Rewst. This course builds upon the foundational knowledge from the [Jinja Essentials for Workflow Automation Lesson](../rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/), focusing on the efficient handling and manipulation of various data forms. It's designed to enhance your skillset in managing and utilizing data within Rewst's automated workflows.
+Data Types and Jinja delves into the complexities of data types and the use of Jinja in Rewst. This course builds upon the foundational knowledge from the [Jinja Essentials for Workflow Automation Lesson](../rewst-foundations/jinja-essentials-for-workflow-automation/), focusing on the efficient handling and manipulation of various data forms. It's designed to enhance your skillset in managing and utilizing data within Rewst's automated workflows.
When you've completed this training, [don't forget to get credit!](https://app.rewst.io/form/0191482f-da4a-7c04-b6e6-699905e4a613)
@@ -28,4 +28,4 @@ When you've completed this training, [don't forget to get credit!](https://app.r
-
+
diff --git a/cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md b/cluck-university/clean-automation/modular-automation-through-abstraction.md
similarity index 71%
rename from cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md
rename to cluck-university/clean-automation/modular-automation-through-abstraction.md
index d698621e..6214e7e4 100644
--- a/cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md
+++ b/cluck-university/clean-automation/modular-automation-through-abstraction.md
@@ -28,5 +28,5 @@ When you've completed this training, [don't forget to get credit!](https://app.r
* **DRY and KISS in Automation**: Embrace the principles of not repeating yourself and keeping automations simple and straightforward.
* **Designing User-Friendly Workflows**: Focus on creating workflows that are easy to configure, flexible, and adaptable to different use cases.
-
+
diff --git a/cluck-university/electives/core-triggers-to-kick-off-automation.md b/cluck-university/electives/core-triggers-to-kick-off-automation.md
index 2e81e5d4..11744102 100644
--- a/cluck-university/electives/core-triggers-to-kick-off-automation.md
+++ b/cluck-university/electives/core-triggers-to-kick-off-automation.md
@@ -51,5 +51,5 @@ To set up a trigger, navigate to the automation platform's workflow canvas:
Triggers are essential components in automating tasks and processes. By understanding and utilizing different types of triggers, you can significantly enhance the efficiency and reliability of your automated systems.
{% hint style="success" %}
-For more on Triggers, check out our [rewst-foundations-10x](../rewst-foundations-10x/ "mention") training where we work through a full automation example.
+For more on Triggers, check out our [rewst-foundations](../rewst-foundations/ "mention") training where we work through a full automation example.
{% endhint %}
diff --git a/cluck-university/electives/how-to-reference-data-with-variables.md b/cluck-university/electives/how-to-reference-data-with-variables.md
index ba0c01d7..c63029d5 100644
--- a/cluck-university/electives/how-to-reference-data-with-variables.md
+++ b/cluck-university/electives/how-to-reference-data-with-variables.md
@@ -31,4 +31,4 @@ Unlock the full potential of your Rewst automation by mastering the intricacies
## Conclusion and Exploration
-Explore further in our [rewst-foundations-10x](../rewst-foundations-10x/ "mention"), specifically [lesson-3-jinja-essentials-for-workflow-automation](../rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/ "mention"), to become a proficient Jinja Ninja. Join the [Cluck U Discord Channel ](https://discord.com/channels/936789089703845988/1121465945295167588)for additional support and stay tuned for more Electives! Like, comment, and subscribe to the Rewst YouTube Channel for continuous updates, and let's elevate your Rewst automation skills together!
+Explore further in our [rewst-foundations](../rewst-foundations/ "mention"), specifically [jinja-essentials-for-workflow-automation](../rewst-foundations/jinja-essentials-for-workflow-automation/ "mention"), to become a proficient Jinja Ninja. Join the [Cluck U Discord Channel ](https://discord.com/channels/936789089703845988/1121465945295167588)for additional support and stay tuned for more Electives! Like, comment, and subscribe to the Rewst YouTube Channel for continuous updates, and let's elevate your Rewst automation skills together!
diff --git a/cluck-university/getting-started/identifying-what-to-automate.md b/cluck-university/getting-started/identifying-what-to-automate.md
index 3b351a79..8e1322b8 100644
--- a/cluck-university/getting-started/identifying-what-to-automate.md
+++ b/cluck-university/getting-started/identifying-what-to-automate.md
@@ -34,7 +34,7 @@ To achieve your automation goals, tap into the resources at your disposal:
1. **Rewst Actions**: [Rewst provides a host of actions](../../documentation/workflows/actions-in-rewst/rewst-actions/) that serve as building blocks for your MSP automation. Leverage these to construct your workflows.
2. **Community Support**: Join the vibrant [Rewst community on Discord](https://discord.gg/Rewst), where customers share insights, solutions, and ideas. Participate in events [Open Mic Fridays](../../updates/roc-open-mics/) to learn from fellow users.
-3. **Educational Opportunities**: Explore [Cluck University](../rewst-foundations-10x/) courses tailored to enhance your skills for automation. These courses equip you with the knowledge needed to excel in your automation journey.
+3. **Educational Opportunities**: Explore [Cluck University](../rewst-foundations/) courses tailored to enhance your skills for automation. These courses equip you with the knowledge needed to excel in your automation journey.
***
diff --git a/cluck-university/office-hours.md b/cluck-university/office-hours.md
index dcdcaab8..d8c13fe2 100644
--- a/cluck-university/office-hours.md
+++ b/cluck-university/office-hours.md
@@ -14,7 +14,7 @@ As you dive into the vast world of automation and workflow management with Rewst
{% hint style="success" %}
**Office Hours registration can be found on Calendly.** [**Sign up here**](https://calendly.com/cluck-u/office-hours)**!**
-To make the most of your time, please ensure you have [enrolled in Cluck University](welcome-and-enrollment.md), and have completed or working through at least one of the [100 series courses](rewst-foundations-10x/).
+To make the most of your time, please ensure you have [enrolled in Cluck University](welcome-and-enrollment.md), and have completed or working through at least one of the [100 series courses](rewst-foundations/).
{% endhint %}
## How It Works:
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-1.md b/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-1.md
deleted file mode 100644
index a93fa481..00000000
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-1.md
+++ /dev/null
@@ -1,46 +0,0 @@
----
-description: Learning objective goes here.
----
-
-# \[Middle Modules] Title Goes Here
-
-## Module Overview
-
-Replace with relevant text, keep the icon.]
-
-:bulb: Automation starts with a clear plan. Before diving into Rewst, sketch out what the process looks like and identify the trigger that will initiate this automation.
-
-### Video (_X:XX Minutes)_
-
-\[Update timestamp and use 'embed' feature to add YouTube URL]
-
-### Documentation
-
-\[Replace module copy, keeping the heading structure - 'Documentation' H2, headings within documentation H3, bold for anything further than an H3/to make it stand out as needed.]
-
-#### Heading
-
-Body text.
-
-Body text.
-
-#### Heading
-
-Body text
-
-* Maybe a list
-* with some bullet points
-
-### Action Item
-
-\[Replace with module copy, hyperlinking to relevant resources where appropriate]
-
-Write down a task that's ripe for automation. Make sure the task or process is possible to automate and get clear on your goal (whether it's to save time, reduce errors, and/or any of the other benefits you just learned about). This will help you apply key concepts from this course to a scenario that's relevant to your MSP!
-
-
-
-## Navigation
-
-\[Replace with back and next links]
-
- | | |
---|
Go to the previous module:
| | |
Go to the next module: | | |
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-2.md b/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-2.md
deleted file mode 100644
index 399ecc9b..00000000
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations-2.md
+++ /dev/null
@@ -1,46 +0,0 @@
----
-description: Learning objective goes here.
----
-
-# \[Last Module] Title Goes Here
-
-## Module Overview
-
-Replace with relevant text, keep the icon.]
-
-:bulb: Automation starts with a clear plan. Before diving into Rewst, sketch out what the process looks like and identify the trigger that will initiate this automation.
-
-### Video (_X:XX Minutes)_
-
-\[Update timestamp and use 'embed' feature to add YouTube URL]
-
-### Documentation
-
-\[Replace module copy, keeping the heading structure - 'Documentation' H2, headings within documentation H3, bold for anything further than an H3/to make it stand out as needed.]
-
-#### Heading
-
-Body text.
-
-Body text.
-
-#### Heading
-
-Body text
-
-* Maybe a list
-* with some bullet points
-
-### Action Item
-
-\[Replace with module copy, hyperlinking to relevant resources where appropriate]
-
-Write down a task that's ripe for automation. Make sure the task or process is possible to automate and get clear on your goal (whether it's to save time, reduce errors, and/or any of the other benefits you just learned about). This will help you apply key concepts from this course to a scenario that's relevant to your MSP!
-
-
-
-## Navigation
-
-\[Replace with back and next links]
-
- | | |
---|
Go to the previous module:
| | |
Go to wrap up the lesson: | | |
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations.md b/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations.md
deleted file mode 100644
index 77767d33..00000000
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/101-laying-the-foundations-of-automations.md
+++ /dev/null
@@ -1,46 +0,0 @@
----
-description: Learning objective goes here.
----
-
-# \[First Module] Title Goes Here
-
-## Module Overview
-
-\[Replace with relevant text, keep the icon.]
-
-:bulb: Automation starts with a clear plan. Before diving into Rewst, sketch out what the process looks like and identify the trigger that will initiate this automation.
-
-### Video (_X:XX Minutes)_
-
-\[Update timestamp and use 'embed' feature to add YouTube URL]
-
-### Documentation
-
-\[Replace module copy, keeping the heading structure - 'Documentation' H2, headings within documentation H3, bold for anything further than an H3/to make it stand out as needed.]
-
-#### Heading
-
-Body text.
-
-Body text.
-
-#### Heading
-
-Body text
-
-* Maybe a list
-* with some bullet points
-
-### Action Item
-
-\[Replace with module copy, hyperlinking to relevant resources where appropriate]
-
-Write down a task that's ripe for automation. Make sure the task or process is possible to automate and get clear on your goal (whether it's to save time, reduce errors, and/or any of the other benefits you just learned about). This will help you apply key concepts from this course to a scenario that's relevant to your MSP!
-
-
-
-## Navigation
-
-\[Replace with back and next links]
-
- | | |
---|
Go back to the lesson page:
| | |
Go to the next module: | | |
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/README.md b/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/README.md
deleted file mode 100644
index 0794787d..00000000
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-2/README.md
+++ /dev/null
@@ -1,68 +0,0 @@
----
-description: Brief description (can't be formatted in Gitbook).
-hidden: true
----
-
-# \[Lesson Template] Lesson Title
-
-## **What to Eggs-pect**
-
-After completing this lesson, you will be able to:
-
-1. LO
-2. LO
-3. LO
-
-### **Prerequisite(s)**
-
-\[Add a sentence here with hyperlinked text. Delete stuff in brackets before publishing.]
-
-## Lesson Modules
-
-\[Change the titles and timestamps! Ensure 'Next Steps' links to heading on this page.]
-
-To get started, select the first module. Each module includes a video and written guidance with resources, followed by navigation to go back/forward. To wrap up the lesson, visit [Next Steps](./#next-steps).
-
-1. Title (_X:XX Minutes)_
-2. Title (_X:XX Minutes)_
-3. Title (_X:XX Minutes)_
-
-### Lesson Resources
-
-{% hint style="info" %}
-Check out these supplementary resources.
-
-* Descriptive title, hyperlinked
-* Another one
-* A third one
-{% endhint %}
-
-## Next Steps
-
-Complete the **Knowledge Check** and remember to **Get Credit** for your learning.
-
-### What Did You Learn?
-
-\[Replace with SurveyMonkey link for relevant lesson]
-
-Take a quick quiz and get instant feedback!
-
-{% embed url="https://www.surveymonkey.com/r/QWDXKGB" %}
-Knowledge Check
-{% endembed %}
-
-### Get Credit
-
-\[Replace with link for relevant 'credit' form.]
-
-{% hint style="danger" %}
-[Submit this form](https://app.rewst.io/form/8ac04607-a1c4-45ea-b203-448b2f1b64e0) to get credit for completing this lesson offline.
-{% endhint %}
-
-### Keep On Cluckin'
-
-\[Replace text below with brief description of what they've just achieved (where relevant) and what's next. Then, update 'cards' to link to previous and next lesson. Keep Office Hours card at bottom.]
-
-In the next lesson, you'll build a simple Rewst form and workflow.
-
- | | |
---|
Go back a lesson: | | |
Go to the next lesson: | | |
Get help with this lesson in office hours! | office-hours.md | |
diff --git a/cluck-university/rewst-foundations-10x/README.md b/cluck-university/rewst-foundations-10x/README.md
deleted file mode 100644
index 1421841c..00000000
--- a/cluck-university/rewst-foundations-10x/README.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# Rewst Foundations
-
-Hatch your potential in the world of automation with our Foundations course. From constructing a basic form to hatching your very first workflow and triggering it with a form, you'll gain the confidence to streamline your processes and enhance productivity.
-
-Each lesson in the series builds upon the last, providing a step-by-step approach to mastering automation and workflow enhancement. If you're seeking to level up your technical skills, streamline your business processes, or just get started with automation in Rewst, this course gives you the power to become a true champion.
-
-At the end of the course, you'll be ready for your Rewst Foundations Certification Exam!
-
-## Course Prerequisite
-
-1. Complete all [Getting Started](../getting-started/) resources
-2. Get access to Rewst (to build examples and get hands-on practice)
-3. Start going through onboarding (you'll be working with organizations, integrations, and more in this course)
-
-## Course Lessons
-
-Use the left-hand menu to expand this page and navigate lesson by lesson (through subpages) to make your way forward. Or, use the links below.
-
-1. [Laying the Foundations of Automations](101-laying-the-foundations-of-automations/)
-2. [Building a Basic Form and Workflow](101-laying-the-foundations-of-automations-1/)
-3. [Jinja Essentials for Workflow Automation](lesson-3-jinja-essentials-for-workflow-automation/)
-4. [Creating an Option Generator Workflow](lesson-4-creating-an-option-generator-workflow/)
-5. [Managing Workflow Paths](lesson-5-managing-workflow-paths/)
-6. [Implementing Error-Handling in Rewst Workflows](lesson-6-implementing-error-handling-in-rewst-workflows/)
-7. [Optimizing Workflow Design](lesson-7-optimizing-workflow-design/)
-
-## Feedback and Support
-
-Share feedback on your learning experience: TBD
-
-Get support throughout the course via [Office Hours](../office-hours.md) and the #cluck-u channel in Rewst Discord!
-
-
-
diff --git a/cluck-university/rewst-foundations/README.md b/cluck-university/rewst-foundations/README.md
new file mode 100644
index 00000000..33468ceb
--- /dev/null
+++ b/cluck-university/rewst-foundations/README.md
@@ -0,0 +1,34 @@
+# Rewst Foundations
+
+Hatch your potential in the world of automation with our Foundations course. From constructing a basic form to hatching your very first workflow and triggering it with a form, you'll gain the confidence to streamline your processes and enhance productivity.
+
+Each lesson in the series builds upon the last, providing a step-by-step approach to mastering automation and workflow enhancement. If you're seeking to level up your technical skills, streamline your business processes, or just get started with automation in Rewst, this course gives you the power to become a true champion.
+
+At the end of the course, you'll be ready for your Rewst Foundations Certification Exam!
+
+## Course Prerequisite
+
+1. Complete all [Getting Started](../getting-started/) resources
+2. Get access to Rewst (to build examples and get hands-on practice)
+3. Start going through onboarding (you'll be working with organizations, integrations, and more in this course)
+
+## Course Lessons
+
+Use the left-hand menu to expand this page and navigate lesson by lesson (through subpages) to make your way forward. Or, use the links below.
+
+1. [Laying the Foundations of Automations](laying-the-foundations-of-automation/)
+2. [Building a Basic Form and Workflow](building-a-basic-form-and-workflow/)
+3. [Jinja Essentials for Workflow Automation](jinja-essentials-for-workflow-automation/)
+4. [Creating an Option Generator Workflow](creating-an-option-generator-workflow/)
+5. [Managing Workflow Paths](managing-workflow-paths/)
+6. [Implementing Error-Handling in Rewst Workflows](implementing-error-handling-in-workflows/)
+7. [Optimizing Workflow Design](optimizing-workflow-design/)
+
+## Feedback and Support
+
+Share feedback on your learning experience: TBD
+
+Get support throughout the course via [Office Hours](../office-hours.md) and the #cluck-u channel in Rewst Discord!
+
+
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/README.md b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/README.md
similarity index 74%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/README.md
rename to cluck-university/rewst-foundations/building-a-basic-form-and-workflow/README.md
index 7c7aa985..bc8f28fe 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/README.md
+++ b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/README.md
@@ -25,11 +25,11 @@ When you've completed this training, don't forget to [check your knowledge](./#w
To get started, select the first module. Each module includes a video and written guidance with resources, followed by navigation to go back/forward. To wrap up the lesson, visit [Next Steps](./#next-steps).
-1. [From Workflow Sketch to Rewst Prototype](101-laying-the-foundations-of-automations.md) (_1:46 Minutes_)
-2. [Building the "Add or Remove User - Microsoft Group" Form](101-laying-the-foundations-of-automations-2.md) (_5:22 Minutes_)
-3. [Creating the "Add or Remove User - Microsoft Group" Workflow](101-laying-the-foundations-of-automations-2.md) (_4:57 Minutes_)
-4. [Adding Actions to the "Add or Remove User - Microsoft Group" Workflow](101-laying-the-foundations-of-automations-3.md) (5_:46 Minutes_)
-5. [Testing the "Add or Remove User - Microsoft Group" Form](101-laying-the-foundations-of-automations-4.md) (3_:20 Minutes_)
+1. [From Workflow Sketch to Rewst Prototype](from-workflow-sketch-to-rewst-prototype.md) (_1:46 Minutes_)
+2. [Building the "Add or Remove User - Microsoft Group" Form](creating-the-add-remove-user-workflow.md) (_5:22 Minutes_)
+3. [Creating the "Add or Remove User - Microsoft Group" Workflow](creating-the-add-remove-user-workflow.md) (_4:57 Minutes_)
+4. [Adding Actions to the "Add or Remove User - Microsoft Group" Workflow](adding-actions-to-add-remove-workflow.md) (5_:46 Minutes_)
+5. [Testing the "Add or Remove User - Microsoft Group" Form](testing-the-add-remove-form.md) (3_:20 Minutes_)
### Lesson Resources
@@ -64,4 +64,4 @@ Take a quick quiz and get instant feedback!
You've created a simple form, a workflow, and connected them with a trigger. In upcoming lessons, you’ll refine this automation. But first...it's time to learn the basics of Jinja (and demystify all of that "CTX.user\_id," "CTX.group\_id" stuff). Jump to the next lesson when you're ready!
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-3.md b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/adding-actions-to-add-remove-workflow.md
similarity index 90%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-3.md
rename to cluck-university/rewst-foundations/building-a-basic-form-and-workflow/adding-actions-to-add-remove-workflow.md
index 29ea2e0a..9bc56b3b 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-3.md
+++ b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/adding-actions-to-add-remove-workflow.md
@@ -80,4 +80,4 @@ Add the actions to your workflow as outlined above, ensuring that you configure
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-1.md b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/building-the-add-remove-user-form.md
similarity index 88%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-1.md
rename to cluck-university/rewst-foundations/building-a-basic-form-and-workflow/building-the-add-remove-user-form.md
index 5f923333..314fcee3 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-1.md
+++ b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/building-the-add-remove-user-form.md
@@ -79,4 +79,4 @@ Log into Rewst and complete the following steps.
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-2.md b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/creating-the-add-remove-user-workflow.md
similarity index 89%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-2.md
rename to cluck-university/rewst-foundations/building-a-basic-form-and-workflow/creating-the-add-remove-user-workflow.md
index befe7c24..93195ca9 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-2.md
+++ b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/creating-the-add-remove-user-workflow.md
@@ -75,4 +75,4 @@ Create your workflow using the steps outlined above, ensuring you configure the
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations.md b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/from-workflow-sketch-to-rewst-prototype.md
similarity index 92%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations.md
rename to cluck-university/rewst-foundations/building-a-basic-form-and-workflow/from-workflow-sketch-to-rewst-prototype.md
index fcb36ee7..2301da35 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations.md
+++ b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/from-workflow-sketch-to-rewst-prototype.md
@@ -33,4 +33,4 @@ Sketch your workflow, ensuring you’ve identified the trigger (e.g., a Rewst fo
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-4.md b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/testing-the-add-remove-form.md
similarity index 88%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-4.md
rename to cluck-university/rewst-foundations/building-a-basic-form-and-workflow/testing-the-add-remove-form.md
index f1b9f77c..41eea216 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-4.md
+++ b/cluck-university/rewst-foundations/building-a-basic-form-and-workflow/testing-the-add-remove-form.md
@@ -64,4 +64,4 @@ If the workflow succeeded: Congratulations! You’ve successfully completed your
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/README.md b/cluck-university/rewst-foundations/creating-an-option-generator-workflow/README.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/README.md
rename to cluck-university/rewst-foundations/creating-an-option-generator-workflow/README.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md b/cluck-university/rewst-foundations/creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md
similarity index 94%
rename from cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md
rename to cluck-university/rewst-foundations/creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md
index bf04dfcc..659ee77d 100644
--- a/cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md
+++ b/cluck-university/rewst-foundations/creating-an-option-generator-workflow/connecting-an-option-generator-workflow-to-a-rewst-form.md
@@ -21,7 +21,7 @@ description: >-
Step 1: Connecting a form to an Option Generator Workflow
-1. **Navigate** to the Form created in [101-laying-the-foundations-of-automations-1](../101-laying-the-foundations-of-automations-1/ "mention")
+1. **Navigate** to the Form created in [building-a-basic-form-and-workflow](../building-a-basic-form-and-workflow/ "mention")
2. **Reorder** the fields, moving "Action" between the User and Group field.
3. **Select** the Group field and **enable** "Workflow Generated".
4. In the "Workflow" field, **select** your Option Generator
diff --git a/cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md b/cluck-university/rewst-foundations/creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md
rename to cluck-university/rewst-foundations/creating-an-option-generator-workflow/how-to-create-configure-and-trigger-an-option-generator-workflow.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/introduction-to-option-generators.md b/cluck-university/rewst-foundations/creating-an-option-generator-workflow/introduction-to-option-generators.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/introduction-to-option-generators.md
rename to cluck-university/rewst-foundations/creating-an-option-generator-workflow/introduction-to-option-generators.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md b/cluck-university/rewst-foundations/creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md
similarity index 95%
rename from cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md
rename to cluck-university/rewst-foundations/creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md
index e0cdfd78..810e9e74 100644
--- a/cluck-university/rewst-foundations-10x/lesson-4-creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md
+++ b/cluck-university/rewst-foundations/creating-an-option-generator-workflow/using-jinja-in-data-aliases-and-creating-an-api-request-action.md
@@ -23,7 +23,7 @@ Remember, everything we’re doing is to output data to the group field connecte
Step 1: Add a noop action
1. **Add** a noop to the workflow canvas.
-2. **Follow** the instructions in: [101-laying-the-foundations-of-automations-3.md](../101-laying-the-foundations-of-automations-1/101-laying-the-foundations-of-automations-3.md "mention")to configure the noop.
+2. **Follow** the instructions in: [adding-actions-to-add-remove-workflow.md](../building-a-basic-form-and-workflow/adding-actions-to-add-remove-workflow.md "mention")to configure the noop.
* Alternatively, you can **copy** the noop from the "Add or Remove User - Microsoft Group" workflow and paste it into this Option Generator.
3. **Search** "graph list groups" in the search bar.
4. **Add** List Groups action under the "Add to Group" transition of the add\_or\_remove noop.
diff --git a/cluck-university/rewst-foundations-10x/foundations-certification.md b/cluck-university/rewst-foundations/foundations-certification.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/foundations-certification.md
rename to cluck-university/rewst-foundations/foundations-certification.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/README.md b/cluck-university/rewst-foundations/implementing-error-handling-in-workflows/README.md
similarity index 89%
rename from cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/README.md
rename to cluck-university/rewst-foundations/implementing-error-handling-in-workflows/README.md
index b0c24840..c078fad8 100644
--- a/cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/README.md
+++ b/cluck-university/rewst-foundations/implementing-error-handling-in-workflows/README.md
@@ -17,7 +17,7 @@ After completing this lesson, participants will be able to:
### **Prerequisite(s)**
-In this lesson, we finish the "Add or Remove User - Microsoft Group" workflow. Make sure you've completed [lesson-5-managing-workflow-paths](../lesson-5-managing-workflow-paths/ "mention") before starting this lesson to ensure you're prepared for the next steps in the process.
+In this lesson, we finish the "Add or Remove User - Microsoft Group" workflow. Make sure you've completed [managing-workflow-paths](../managing-workflow-paths/ "mention") before starting this lesson to ensure you're prepared for the next steps in the process.
## Lesson Modules
@@ -30,7 +30,7 @@ To get started, select the first module. Each module includes a video and writte
{% hint style="info" %}
* [how-to-use-powershell-in-rewst.md](../../electives/how-to-use-powershell-in-rewst.md "mention")
-* [201-advanced-automation-concepts.md](../../clean-automation-200-series/201-advanced-automation-concepts.md "mention")
+* [advanced-automation-concepts.md](../../clean-automation/advanced-automation-concepts.md "mention")
* [navigating-between-tasks-with-transitions.md](../../../documentation/workflows/configuring-your-workflow-tasks/navigating-between-tasks-with-transitions.md "mention")
* [#what-does-this-error-mean-unreachablejoinerror-the-join-task-or-route-xxxxxxx-is-partially-satisfied](../../../faqs/frequently-asked-questions.md#what-does-this-error-mean-unreachablejoinerror-the-join-task-or-route-xxxxxxx-is-partially-satisfied "mention")
* [how-to-reference-data-with-variables.md](../../electives/how-to-reference-data-with-variables.md "mention")
diff --git a/cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/adding-error-handling-to-workflow-actions.md b/cluck-university/rewst-foundations/implementing-error-handling-in-workflows/adding-error-handling-to-workflow-actions.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/adding-error-handling-to-workflow-actions.md
rename to cluck-university/rewst-foundations/implementing-error-handling-in-workflows/adding-error-handling-to-workflow-actions.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/implementing-error-handling-with-feedback-messages.md b/cluck-university/rewst-foundations/implementing-error-handling-in-workflows/implementing-error-handling-with-feedback-messages.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-6-implementing-error-handling-in-rewst-workflows/implementing-error-handling-with-feedback-messages.md
rename to cluck-university/rewst-foundations/implementing-error-handling-in-workflows/implementing-error-handling-with-feedback-messages.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/README.md b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/README.md
similarity index 83%
rename from cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/README.md
rename to cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/README.md
index 60352794..6ff8b396 100644
--- a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/README.md
+++ b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/README.md
@@ -20,7 +20,7 @@ In this lesson, we review context data from the form and workflow that you creat
To get started, select the first module. Each module includes a video and written guidance with resources, followed by navigation to go back/forward. To wrap up the lesson, visit [Next Steps](./#next-steps).
-1. [Introduction to Jinja, JSON, and The Context](introduction-to-jinja-json-and-the-context.md) (_1:10 Minutes + 3:50 Minutes_)
+1. [Introduction to Jinja, JSON, and The Context](intro-to-jinja-json-the-context.md) (_1:10 Minutes + 3:50 Minutes_)
2. [Basic Jinja Syntax and Filters](basic-jinja-syntax-and-filters.md) (_5:21 Minutes_)
3. [Jinja List Comprehension](jinja-list-comprehension.md) (_3:16 Minutes_)
4. [Jinja List Comprehension Examples](jinja-list-comprehension-examples-them-apples.md) _(4:56 Minutes_)
@@ -62,4 +62,4 @@ Take a quick quiz and get instant feedback!
You've created a simple form, a workflow, and connected them with a trigger. In upcoming lessons, you’ll refine this automation. But first...it's time to learn the basics of Jinja (and demystify all of that "CTX.user\_id," "CTX.group\_id" stuff). Jump to the next lesson when you're ready!
-
+
diff --git a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md
similarity index 90%
rename from cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md
rename to cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md
index 614cc12f..d758adfd 100644
--- a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md
+++ b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/basic-jinja-syntax-and-filters.md
@@ -90,4 +90,4 @@ By practicing these exercises, you’ll solidify your understanding of Jinja syn
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/introduction-to-jinja-json-and-the-context.md b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/intro-to-jinja-json-the-context.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/introduction-to-jinja-json-and-the-context.md
rename to cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/intro-to-jinja-json-the-context.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md
rename to cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension-examples-them-apples.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension.md b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/jinja-list-comprehension.md
rename to cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/jinja-list-comprehension.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md b/cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md
rename to cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/using-jinja-in-rewst-workflows.md
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-2.md b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/101-laying-the-foundations-of-automations.md
similarity index 93%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-2.md
rename to cluck-university/rewst-foundations/laying-the-foundations-of-automation/101-laying-the-foundations-of-automations.md
index d8c4c175..031ea6df 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-2.md
+++ b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/101-laying-the-foundations-of-automations.md
@@ -120,4 +120,4 @@ Once that's done, you’re ready to dive into creating your own form and workflo
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-1.md b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/3-key-principles-for-every-automation.md
similarity index 82%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-1.md
rename to cluck-university/rewst-foundations/laying-the-foundations-of-automation/3-key-principles-for-every-automation.md
index 53915de5..b41ba9a7 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations-1.md
+++ b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/3-key-principles-for-every-automation.md
@@ -39,4 +39,4 @@ This may be time saved or a different metric (or set of metrics), and goes back
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/README.md b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/README.md
similarity index 78%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/README.md
rename to cluck-university/rewst-foundations/laying-the-foundations-of-automation/README.md
index d75add40..9a9ce62c 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/README.md
+++ b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/README.md
@@ -22,9 +22,9 @@ Complete all resources in the [Getting Started](../../getting-started/) section
To get started, select the first module. Each module includes a video and written guidance with resources, followed by navigation to go back/forward. To wrap up the lesson, visit [Next Steps](./#next-steps).
-1. [Introduction to Automation and Scoping](101-laying-the-foundations-of-automations.md) (_4:20 Minutes_)
-2. [3 Key Principles for Every Automation](101-laying-the-foundations-of-automations-1.md) (_4:31 Minutes_)
-3. [Automating a Business Process](101-laying-the-foundations-of-automations-2.md) (_2:46 Minutes_)
+1. [Introduction to Automation and Scoping](intro-to-automation-and-scoping.md) (_4:20 Minutes_)
+2. [3 Key Principles for Every Automation](3-key-principles-for-every-automation.md) (_4:31 Minutes_)
+3. [Automating a Business Process](101-laying-the-foundations-of-automations.md) (_2:46 Minutes_)
### Lesson Resources
@@ -54,4 +54,4 @@ Take a quick quiz and get instant feedback!
In the next lesson, you'll build a simple Rewst form and workflow.
-
+
diff --git a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations.md b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/intro-to-automation-and-scoping.md
similarity index 96%
rename from cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations.md
rename to cluck-university/rewst-foundations/laying-the-foundations-of-automation/intro-to-automation-and-scoping.md
index f5d23b87..b4d0048d 100644
--- a/cluck-university/rewst-foundations-10x/101-laying-the-foundations-of-automations/101-laying-the-foundations-of-automations.md
+++ b/cluck-university/rewst-foundations/laying-the-foundations-of-automation/intro-to-automation-and-scoping.md
@@ -88,4 +88,4 @@ Write down a task that's ripe for automation. Make sure the task or process is p
## Navigation
-
+
diff --git a/cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/README.md b/cluck-university/rewst-foundations/managing-workflow-paths/README.md
similarity index 80%
rename from cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/README.md
rename to cluck-university/rewst-foundations/managing-workflow-paths/README.md
index befc28b4..0892470c 100644
--- a/cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/README.md
+++ b/cluck-university/rewst-foundations/managing-workflow-paths/README.md
@@ -36,8 +36,8 @@ Check out these supplementary resources.
* Electives: [how-to-use-powershell-in-rewst.md](../../electives/how-to-use-powershell-in-rewst.md "mention")(strongly encourage watching!)
* Microsoft Groups API: [Working with groups in Microsoft Graph](https://learn.microsoft.com/en-us/graph/api/resources/groups-overview?view=graph-rest-1.0\&tabs=http)
* Powershell 'Add' Commandlet: [Add-DistributionGroupMember](https://learn.microsoft.com/en-us/powershell/module/exchange/add-distributiongroupmember?view=exchange-ps)
-* [203-boolean-logic-and-comparisons.md](../../clean-automation-200-series/203-boolean-logic-and-comparisons.md "mention")
-* [201-advanced-automation-concepts.md](../../clean-automation-200-series/201-advanced-automation-concepts.md "mention")
+* [boolean-logic-and-comparisons.md](../../clean-automation/boolean-logic-and-comparisons.md "mention")
+* [advanced-automation-concepts.md](../../clean-automation/advanced-automation-concepts.md "mention")
{% endhint %}
## Next Steps
@@ -62,4 +62,4 @@ We've expanded our workflow to accommodate all group types by adding logic to ch
In the next lesson, we'll explore error handling, how it works, and implement a method of error handling using feedback messages to highlight potential issues and bring awareness to any problems in the workflow.
-
+
diff --git a/cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md b/cluck-university/rewst-foundations/managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md
rename to cluck-university/rewst-foundations/managing-workflow-paths/creating-a-microsoft-exchange-online-path-in-the-workflow.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/getting-object-properties-for-microsoft-groups.md b/cluck-university/rewst-foundations/managing-workflow-paths/getting-object-properties-for-microsoft-groups.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/getting-object-properties-for-microsoft-groups.md
rename to cluck-university/rewst-foundations/managing-workflow-paths/getting-object-properties-for-microsoft-groups.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md b/cluck-university/rewst-foundations/managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md
similarity index 88%
rename from cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md
rename to cluck-university/rewst-foundations/managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md
index 1ec56cb2..1b95cc24 100644
--- a/cluck-university/rewst-foundations-10x/lesson-5-managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md
+++ b/cluck-university/rewst-foundations/managing-workflow-paths/introduction-to-workflow-logic-microsoft-apis.md
@@ -16,7 +16,7 @@ description: >-
### Action Item
-* Open up the workflow we started building earlier in[101-laying-the-foundations-of-automations-1](../101-laying-the-foundations-of-automations-1/ "mention")
+* Open up the workflow we started building earlier in[building-a-basic-form-and-workflow](../building-a-basic-form-and-workflow/ "mention")
* Grab a beverage and get ready to dive into building out the rest of the workflow!
## Navigation
diff --git a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/README.md b/cluck-university/rewst-foundations/optimizing-workflow-design/README.md
similarity index 86%
rename from cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/README.md
rename to cluck-university/rewst-foundations/optimizing-workflow-design/README.md
index 537d7ec4..6e05e17d 100644
--- a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/README.md
+++ b/cluck-university/rewst-foundations/optimizing-workflow-design/README.md
@@ -63,4 +63,4 @@ Take a quick quiz and get instant feedback!
You have complete the Rewst Foundations Course! Test your knowledge with the Rewst [foundations-certification.md](../foundations-certification.md "mention")!
-
+
diff --git a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/adding-other-parent-workflow-actions.md b/cluck-university/rewst-foundations/optimizing-workflow-design/adding-other-parent-workflow-actions.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/adding-other-parent-workflow-actions.md
rename to cluck-university/rewst-foundations/optimizing-workflow-design/adding-other-parent-workflow-actions.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/creating-a-new-parent-workflow.md b/cluck-university/rewst-foundations/optimizing-workflow-design/creating-a-new-parent-workflow.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/creating-a-new-parent-workflow.md
rename to cluck-university/rewst-foundations/optimizing-workflow-design/creating-a-new-parent-workflow.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/sub-workflow-and-with-items-overview.md b/cluck-university/rewst-foundations/optimizing-workflow-design/sub-workflow-and-with-items-overview.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/sub-workflow-and-with-items-overview.md
rename to cluck-university/rewst-foundations/optimizing-workflow-design/sub-workflow-and-with-items-overview.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/testing-the-final-workflow.md b/cluck-university/rewst-foundations/optimizing-workflow-design/testing-the-final-workflow.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/testing-the-final-workflow.md
rename to cluck-university/rewst-foundations/optimizing-workflow-design/testing-the-final-workflow.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/updating-the-add-or-remove-user-form.md b/cluck-university/rewst-foundations/optimizing-workflow-design/updating-the-add-or-remove-user-form.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/updating-the-add-or-remove-user-form.md
rename to cluck-university/rewst-foundations/optimizing-workflow-design/updating-the-add-or-remove-user-form.md
diff --git a/cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md b/cluck-university/rewst-foundations/optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md
similarity index 100%
rename from cluck-university/rewst-foundations-10x/lesson-7-optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md
rename to cluck-university/rewst-foundations/optimizing-workflow-design/using-a-sub-workflow-to-update-multiple-groups.md
diff --git a/cluck-university/welcome-and-enrollment.md b/cluck-university/welcome-and-enrollment.md
index 56801b87..648b607a 100644
--- a/cluck-university/welcome-and-enrollment.md
+++ b/cluck-university/welcome-and-enrollment.md
@@ -6,11 +6,11 @@ To kick off your automation journey, we have an entire [getting-started](getting
## On-Demand Training
-We offer courses sequentially, but you can use the self-serve resources. Use the hyperlinks below to get started with each session, and let us know if you hit a roadblock along the way, or have questions in our [Cluck University Discord Channel](https://discord.gg/WKwsZngc). If you stick to it, you’ll have your [certification](rewst-foundations-10x/foundations-certification.md) in no time!
+We offer courses sequentially, but you can use the self-serve resources. Use the hyperlinks below to get started with each session, and let us know if you hit a roadblock along the way, or have questions in our [Cluck University Discord Channel](https://discord.gg/WKwsZngc). If you stick to it, you’ll have your [certification](rewst-foundations/foundations-certification.md) in no time!
{% hint style="success" %}
-* [rewst-foundations-10x](rewst-foundations-10x/ "mention")
-* [clean-automation-200-series](clean-automation-200-series/ "mention")
+* [rewst-foundations](rewst-foundations/ "mention")
+* [clean-automation](clean-automation/ "mention")
* [electives](electives/ "mention")
{% endhint %}
diff --git a/documentation/forms/README.md b/documentation/forms/README.md
index 2fc3c12d..5f9b631e 100644
--- a/documentation/forms/README.md
+++ b/documentation/forms/README.md
@@ -23,5 +23,5 @@ Whether you're just starting with Rewst's forms or seeking to expand your expert
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/documentation/integrations/cloud/microsoft-cloud-integration-bundle/microsoft-graph/graph-actions.md b/documentation/integrations/cloud/microsoft-cloud-integration-bundle/microsoft-graph/graph-actions.md
index 393dc62b..6b5fb6b1 100644
--- a/documentation/integrations/cloud/microsoft-cloud-integration-bundle/microsoft-graph/graph-actions.md
+++ b/documentation/integrations/cloud/microsoft-cloud-integration-bundle/microsoft-graph/graph-actions.md
@@ -348,5 +348,5 @@ Send a request to any [Microsoft Graph endpoint](https://learn.microsoft.com/en-
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../../../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../../../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/documentation/integrations/general/microsoft-graph-vs-exchange-online.md b/documentation/integrations/general/microsoft-graph-vs-exchange-online.md
index 68e50886..3fef2d1f 100644
--- a/documentation/integrations/general/microsoft-graph-vs-exchange-online.md
+++ b/documentation/integrations/general/microsoft-graph-vs-exchange-online.md
@@ -29,4 +29,4 @@ By understanding the nuances of different group types and mapping them appropria
## Additional Resources
-
+
diff --git a/documentation/jinja/intro-to-jinja.md b/documentation/jinja/intro-to-jinja.md
index 3e84b939..1f706fc1 100644
--- a/documentation/jinja/intro-to-jinja.md
+++ b/documentation/jinja/intro-to-jinja.md
@@ -62,5 +62,5 @@ Note that whilst right now Jinja is required, the plan is to create actions to m
**Want more practice?**
{% hint style="success" %}
-Check out our [lesson-3-jinja-essentials-for-workflow-automation](../../cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/ "mention")
+Check out our [jinja-essentials-for-workflow-automation](../../cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/ "mention")
{% endhint %}
diff --git a/documentation/jinja/use-cases-and-best-practices/efficiently-extracting-nested-data.md b/documentation/jinja/use-cases-and-best-practices/efficiently-extracting-nested-data.md
index 814bd7ea..c85a6d55 100644
--- a/documentation/jinja/use-cases-and-best-practices/efficiently-extracting-nested-data.md
+++ b/documentation/jinja/use-cases-and-best-practices/efficiently-extracting-nested-data.md
@@ -107,5 +107,5 @@ Select the method that best suits your task's complexity and your familiarity wi
***
{% hint style="info" %}
-**Don't forget to check out** [lesson-3-jinja-essentials-for-workflow-automation](../../../cluck-university/rewst-foundations-10x/lesson-3-jinja-essentials-for-workflow-automation/ "mention")
+**Don't forget to check out** [jinja-essentials-for-workflow-automation](../../../cluck-university/rewst-foundations/jinja-essentials-for-workflow-automation/ "mention")
{% endhint %}
diff --git a/documentation/jinja/use-cases-and-best-practices/jinja-lists.md b/documentation/jinja/use-cases-and-best-practices/jinja-lists.md
index 6b84ce66..cb37d4ba 100644
--- a/documentation/jinja/use-cases-and-best-practices/jinja-lists.md
+++ b/documentation/jinja/use-cases-and-best-practices/jinja-lists.md
@@ -1,4 +1,4 @@
-# Working with Lists
+# Working with Jinja Lists
## Introduction
@@ -9,7 +9,7 @@ Any time you see information encapsulated in `[` `]` brackets, you are looking a
**Want more practice?**
{% hint style="success" %}
-[You can check out our Rewst 103 and 104 Courses](../../../cluck-university/rewst-foundations-10x/).
+[You can check out our Rewst 103 and 104 Courses](../../../cluck-university/rewst-foundations/).
{% endhint %}
### Standard List
diff --git a/documentation/triggers/intro-to-triggers.md b/documentation/triggers/intro-to-triggers.md
index 5768442b..61b8b437 100644
--- a/documentation/triggers/intro-to-triggers.md
+++ b/documentation/triggers/intro-to-triggers.md
@@ -38,5 +38,5 @@ The above is a snippet from a form where a dropdown field has been selected and
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/documentation/workflows/README.md b/documentation/workflows/README.md
index f60a1883..373771f5 100644
--- a/documentation/workflows/README.md
+++ b/documentation/workflows/README.md
@@ -28,5 +28,5 @@ Whether you're new to workflows in Rewst or looking to enhance your existing kno
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/documentation/workflows/actions-in-rewst/transform-actions/diff-lists.md b/documentation/workflows/actions-in-rewst/transform-actions/diff-lists.md
index 8cbac326..42f91e48 100644
--- a/documentation/workflows/actions-in-rewst/transform-actions/diff-lists.md
+++ b/documentation/workflows/actions-in-rewst/transform-actions/diff-lists.md
@@ -154,5 +154,5 @@ With a grasp on the `Diff Lists` transform, you're ready to analyze and compare
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/documentation/workflows/configuring-your-workflow-tasks/advanced-workflow-operations.md b/documentation/workflows/configuring-your-workflow-tasks/advanced-workflow-operations.md
index c9e5e402..1c4bb93d 100644
--- a/documentation/workflows/configuring-your-workflow-tasks/advanced-workflow-operations.md
+++ b/documentation/workflows/configuring-your-workflow-tasks/advanced-workflow-operations.md
@@ -100,5 +100,5 @@ This allows you to adjust the number of seconds to wait for a task to complete.
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/documentation/workflows/different-types-of-workflows.md b/documentation/workflows/different-types-of-workflows.md
index d620bb7d..13234315 100644
--- a/documentation/workflows/different-types-of-workflows.md
+++ b/documentation/workflows/different-types-of-workflows.md
@@ -39,5 +39,5 @@ More can be found on [workflow-generated options here](workflow-generated-option
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/documentation/workflows/workflow-generated-options.md b/documentation/workflows/workflow-generated-options.md
index 4faf571e..3c7f823c 100644
--- a/documentation/workflows/workflow-generated-options.md
+++ b/documentation/workflows/workflow-generated-options.md
@@ -26,5 +26,5 @@ Create a workflow:
**Want more practice?**
{% hint style="success" %}
-[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations-10x/).
+[Check out our Rewst Foundations Courses](../../cluck-university/rewst-foundations/).
{% endhint %}
diff --git a/support/contact-resources.md b/support/contact-resources.md
index 997621f5..805bccd6 100644
--- a/support/contact-resources.md
+++ b/support/contact-resources.md
@@ -6,7 +6,7 @@ If you need any further assistance, would like further clarification, or believe
### Cluck U Office Hours
-For those going through our [Rewst Foundations Training](../cluck-university/rewst-foundations-10x/), you can join our weekly [Office Hours](../cluck-university/office-hours.md) to get help with questions from training or implementing what you're learning.
+For those going through our [Rewst Foundations Training](../cluck-university/rewst-foundations/), you can join our weekly [Office Hours](../cluck-university/office-hours.md) to get help with questions from training or implementing what you're learning.
Please note that if you need any help or have questions, you can review the FAQs.
diff --git a/updates/cs-and-training-updates/april-12th-2024.md b/updates/cs-and-training-updates/april-12th-2024.md
index 59f2d2b4..6945b1c8 100644
--- a/updates/cs-and-training-updates/april-12th-2024.md
+++ b/updates/cs-and-training-updates/april-12th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** Not a game, but the Fallout show is getting some great reviews, so check it out if you're interested! Otherwise get back to trying to keep up with Persona, Like a Dragon, Rebirth, Hell Divers, or any other game you're trying to finish before the next wave of games coming in!
-* **SHOUT OUT** to Nick, Hubert, Morgan, Cory, Danny, and Chantal for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Nick, Hubert, Morgan, Cory, Danny, and Chantal for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Shout out to the Bird Brain channel for your awesome feedback this week!
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
diff --git a/updates/cs-and-training-updates/april-19th-2024.md b/updates/cs-and-training-updates/april-19th-2024.md
index 8c869fe5..4cf95c0f 100644
--- a/updates/cs-and-training-updates/april-19th-2024.md
+++ b/updates/cs-and-training-updates/april-19th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** Since Eddie will OBVIOUSLY read this, his tip is that you should play Tears and Breath of the Wild with your kids and beat Dragon Quest VIII sooner than 5 years after telling your friend that you'll beat it. 😉
-* **SHOUT OUT** to Robert, Kaelyn, Jonathon, Jared, Eric, Nick, and Scott for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Robert, Kaelyn, Jonathon, Jared, Eric, Nick, and Scott for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Clea will be taking some time for the next couple of weeks, leaving Eddie to enter back into the fray for the 100 series
![](<../../.gitbook/assets/Copy of Clea.png>)
diff --git a/updates/cs-and-training-updates/april-26th-2024.md b/updates/cs-and-training-updates/april-26th-2024.md
index 8c110ae2..4da5b0b7 100644
--- a/updates/cs-and-training-updates/april-26th-2024.md
+++ b/updates/cs-and-training-updates/april-26th-2024.md
@@ -8,7 +8,7 @@ Explore what new changes the Training team has made in the last week.
* **Game Tip for the Week:** Golden Week Sales are live on all platforms! If you're looking for some info on the Final Fantasy series, I hear this guy calling himself "Retro Brandon" has a video about the series. So you might want to check it out! \
Also, Jedi Survivor is available on Game Pass this week!
-* **SHOUT OUT** to Steve, Maddox, Aleksandar, Brenden, Keegan, Andrey, Tonia, and Matthew (with a PERFECT Score!) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Steve, Maddox, Aleksandar, Brenden, Keegan, Andrey, Tonia, and Matthew (with a PERFECT Score!) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Eddie will be back next week with the 100 and current 200 series!
![](<../../.gitbook/assets/Copy of Clea.png>)
diff --git a/updates/cs-and-training-updates/april-5th-2024.md b/updates/cs-and-training-updates/april-5th-2024.md
index b11d21db..f5a8403a 100644
--- a/updates/cs-and-training-updates/april-5th-2024.md
+++ b/updates/cs-and-training-updates/april-5th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** If you love Final Fantasy VII Rebirth, you should check out the Xenoblade series on the Switch. Rebirth is like Remake and Xenoblade had a baby.
-* **SHOUT OUT** to Nick, Luke, Richard, Luis, Jonathan, Ryan, Brian, Alex, Caleb, Mike, Chris, and Timothy and James (with PERFECT Scores!), for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Nick, Luke, Richard, Luis, Jonathan, Ryan, Brian, Alex, Caleb, Mike, Chris, and Timothy and James (with PERFECT Scores!), for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
diff --git a/updates/cs-and-training-updates/august-16th-2024.md b/updates/cs-and-training-updates/august-16th-2024.md
index 45a4d178..a1a5c07f 100644
--- a/updates/cs-and-training-updates/august-16th-2024.md
+++ b/updates/cs-and-training-updates/august-16th-2024.md
@@ -20,7 +20,7 @@ Sign up on the [Cluck University Landing Page](https://go.rew.st/cluck-universit
* **Modern:** DON'T FORGET TO CHECK OUT THE LATEST AND GREATEST GAMING PLATFORM. It's called Rewst, baby. Shout out to Dustin Riley for getting Doom running on Rewst! I expect to see more of this!
* **SHOUT OUTS** **TO:**
* Keoni, Sam, Nathan, Randy, Skyler, Adam, Bob, Frank, Jon, Our very own Abhishek, and Charles
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) and the[ ROC AMA](https://calendly.com/cluck-u/roc-ama) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!
@@ -44,7 +44,7 @@ Sign up on the [Cluck University Landing Page](https://go.rew.st/cluck-universit
**New & Updated Pages:**
* [form-organizational-variables.md](../../documentation/forms/form-organizational-variables.md "mention") has been updated, shout out to Brian Simpson ALSO HAPPY BIRTHDAY BRIAN!!!! 🎉🎂🎊🎁
-* Every [rewst-foundations-10x](../../cluck-university/rewst-foundations-10x/ "mention") course page has been updated with a new structure to reflect changes as well as the new Knowledge Checks! More to come on these!
+* Every [rewst-foundations](../../cluck-university/rewst-foundations/ "mention") course page has been updated with a new structure to reflect changes as well as the new Knowledge Checks! More to come on these!
diff --git a/updates/cs-and-training-updates/august-18th-2023.md b/updates/cs-and-training-updates/august-18th-2023.md
index 93348276..3575a7d0 100644
--- a/updates/cs-and-training-updates/august-18th-2023.md
+++ b/updates/cs-and-training-updates/august-18th-2023.md
@@ -25,7 +25,7 @@ Explore what new changes the Training team has made in the last week.
**Cluck University**
* Added the [Rewst 106 video](broken-reference).
-* Added Resource and Documentation links to [Rewst 102 \~ 106 pages](../../cluck-university/rewst-foundations-10x/).
+* Added Resource and Documentation links to [Rewst 102 \~ 106 pages](../../cluck-university/rewst-foundations/).
* Updated steps on [Rewst 104 page](broken-reference) based on feedback.
**Documentation**
diff --git a/updates/cs-and-training-updates/august-23rd-2024.md b/updates/cs-and-training-updates/august-23rd-2024.md
index 6289a96c..706c28e4 100644
--- a/updates/cs-and-training-updates/august-23rd-2024.md
+++ b/updates/cs-and-training-updates/august-23rd-2024.md
@@ -16,7 +16,7 @@ Check them (and our other courses) out on the [Cluck University Landing Page](ht
* **If you have any retro hardware questions, reach out to Charles, or cray.io in Discord. I thought my setup was cool, but this guy put me to shame!**
* **SHOUT OUTS** **TO:**
* Jadan, Himani, Scott, Stewart, Stephen, Brennon, Chris, Robert
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) and the[ ROC AMA](https://calendly.com/cluck-u/roc-ama) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!
@@ -41,7 +41,7 @@ Check them (and our other courses) out on the [Cluck University Landing Page](ht
* Added Merge Tickets to [#additional-action-requirements](../../documentation/integrations/psa/connectwise-manage/least-privilege-access-requirements-for-connectwise-manage-integration.md#additional-action-requirements "mention") in [least-privilege-access-requirements-for-connectwise-manage-integration.md](../../documentation/integrations/psa/connectwise-manage/least-privilege-access-requirements-for-connectwise-manage-integration.md "mention")
* [form-organizational-variables.md](../../documentation/forms/form-organizational-variables.md "mention") has been updated
-* Every [rewst-foundations-10x](../../cluck-university/rewst-foundations-10x/ "mention") course page has been updated with a new structure to reflect changes as well as the new Knowledge Checks! More to come on these!
+* Every [rewst-foundations](../../cluck-university/rewst-foundations/ "mention") course page has been updated with a new structure to reflect changes as well as the new Knowledge Checks! More to come on these!
diff --git a/updates/cs-and-training-updates/august-2nd-2024.md b/updates/cs-and-training-updates/august-2nd-2024.md
index 2fbc6cd6..41ba4e92 100644
--- a/updates/cs-and-training-updates/august-2nd-2024.md
+++ b/updates/cs-and-training-updates/august-2nd-2024.md
@@ -11,7 +11,7 @@ Explore what new changes the Training team has made in the last week.
* **Modern:** Check out that Vision of Mana demo, out now! It's looking REAL good and I'm looking forward to it!
* **SHOUT OUTS** **TO:**
* Alex (With a PERFECT score), Lexi, Mike, and Shane
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* Join us during [Office Hours](https://calendly.com/cluck-u/office-hours), and if there is something you want us to cover, Let us know!
* List Comprehension?
diff --git a/updates/cs-and-training-updates/august-30th-2024.md b/updates/cs-and-training-updates/august-30th-2024.md
index 3110e054..ed300785 100644
--- a/updates/cs-and-training-updates/august-30th-2024.md
+++ b/updates/cs-and-training-updates/august-30th-2024.md
@@ -17,7 +17,7 @@ Check them (and our other courses) out on the [Cluck University Landing Page](ht
* **SHOUT OUTS** **TO:**
* Dominic, Mike, Dave, Lara, Nick, Brad, Jonathan C., Skylar, Chad, Josh, and Jonathan R for passing the Certification Exam
* AND Patrick and Hamza for PERFECT SCORES!!! :confetti\_ball:
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) and the[ ROC AMA](https://calendly.com/cluck-u/roc-ama) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!
diff --git a/updates/cs-and-training-updates/august-9th-2024.md b/updates/cs-and-training-updates/august-9th-2024.md
index 1c3ac5d2..10e496fa 100644
--- a/updates/cs-and-training-updates/august-9th-2024.md
+++ b/updates/cs-and-training-updates/august-9th-2024.md
@@ -20,7 +20,7 @@ Sign up on the [Cluck University Landing Page](https://go.rew.st/cluck-universit
* **Modern:** Zelda Echoes of Wisdom is coming. Need I say more?
* **SHOUT OUTS** **TO:**
* Jason, Ed, Adam, Anne, and Zachary
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* Join us during [Office Hours](https://calendly.com/cluck-u/office-hours), and if there is something you want us to cover, Let us know!
* List Comprehension?
diff --git a/updates/cs-and-training-updates/december-15th-2023.md b/updates/cs-and-training-updates/december-15th-2023.md
index 13616da2..d949d669 100644
--- a/updates/cs-and-training-updates/december-15th-2023.md
+++ b/updates/cs-and-training-updates/december-15th-2023.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** As we approach the holidays, remember that whatever games you play, it's not about the ending, it's about the journey along the way... Also, don't skip Dragon Quest Monsters: The Dark Prince. It's lowkey the best Pokemon game.
-* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord.
* Stay tuned for more information on how to get your official certification issued for sharing on LinkedIn, and hanging on your wall with pride.
* Reminder to express your interest in the App Platform Alpha Program by filling out the form on the[Broken link](broken-reference "mention") page.
* More info to come on the early January launch details next week.
diff --git a/updates/cs-and-training-updates/december-1st-2023-1.md b/updates/cs-and-training-updates/december-1st-2023-1.md
index ce2993b5..2bf47db4 100644
--- a/updates/cs-and-training-updates/december-1st-2023-1.md
+++ b/updates/cs-and-training-updates/december-1st-2023-1.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** If you have a Switch, don't miss Super Mario RPG! This game is CLASSIC and plays beautifully for original fans and newcomers alike.
-* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord. (Hint to others: It's more than just pretty flare. There's exclusive access it grants, too!)
+* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord. (Hint to others: It's more than just pretty flare. There's exclusive access it grants, too!)
* Express your interest in the App Platform Alpha Program by filling out the form on the [Broken link](broken-reference "mention") page.
* **Reminder about Cluck U Holiday Hours:**
* Live Training will be unavailable from December 18th \~ January 8th for the Holidays and New Year
diff --git a/updates/cs-and-training-updates/december-1st-2023.md b/updates/cs-and-training-updates/december-1st-2023.md
index 89bbe117..5c8eace3 100644
--- a/updates/cs-and-training-updates/december-1st-2023.md
+++ b/updates/cs-and-training-updates/december-1st-2023.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** We've now hit the season where all eyes are on 2024. So if you haven't seen all the trailers that came out of The Game Awards, check them out! Especially that Final Fantasy VII Rebirth trailer! 2024 is gon be gud.
-* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord.
* Stay tuned for more information on how to get your official certification issued for sharing on LinkedIn, and hanging on your wall with pride.
* Reminder to express your interest in the App Platform Alpha Program by filling out the form on the [Broken link](broken-reference "mention") page.
* More info to come on the early January launch details next week.
@@ -24,12 +24,12 @@ Explore what new changes the Training team has made in the last week.
**What's New in Cluck University?**
-* [clean-automation-200-series](../../cluck-university/clean-automation-200-series/ "mention") landing page and course descriptions have been added!
- * Available now:[201-advanced-automation-concepts.md](../../cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md "mention")
+* [clean-automation](../../cluck-university/clean-automation/ "mention") landing page and course descriptions have been added!
+ * Available now:[advanced-automation-concepts.md](../../cluck-university/clean-automation/advanced-automation-concepts.md "mention")
* **Coming soon:**
- * [202-data-types-and-jinja.md](../../cluck-university/clean-automation-200-series/202-data-types-and-jinja.md "mention")
- * [204-modular-automation-through-abstraction.md](../../cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md "mention")
- * [205-avoiding-automation-anti-patterns.md](../../cluck-university/clean-automation-200-series/205-avoiding-automation-anti-patterns.md "mention")
+ * [data-types-and-jinja.md](../../cluck-university/clean-automation/data-types-and-jinja.md "mention")
+ * [modular-automation-through-abstraction.md](../../cluck-university/clean-automation/modular-automation-through-abstraction.md "mention")
+ * [avoiding-automation-anti-patterns.md](../../cluck-university/clean-automation/avoiding-automation-anti-patterns.md "mention")
* [Broken link](broken-reference "mention")
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/february-16th-2024.md b/updates/cs-and-training-updates/february-16th-2024.md
index 466eb8f6..6ee63514 100644
--- a/updates/cs-and-training-updates/february-16th-2024.md
+++ b/updates/cs-and-training-updates/february-16th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** Finish up Persona 3 Reload, Granblue Fantasy Relink, Like a Dragon, and Helldivers, because MARIO VS. DONKEY KONG is here! Just kidding... But Final Fantasy VII Remake IS coming soon, so get that demo and win.
-* **SHOUT OUT** to Thomas, Jack, David, Faith, and Haylee for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Thomas, Jack, David, Faith, and Haylee for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* For those joining us at **Right of Boom** who couldn't get into the pre-day, we've opened up more seats! You can modify your registration to add our pre-day now!
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
diff --git a/updates/cs-and-training-updates/february-23rd-2024.md b/updates/cs-and-training-updates/february-23rd-2024.md
index 4295b271..2dc6d30e 100644
--- a/updates/cs-and-training-updates/february-23rd-2024.md
+++ b/updates/cs-and-training-updates/february-23rd-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** In an effort to not just talk about Final Fantasy VII Rebirth for the next several months, I'll just ask if anyone is excited about any of the Nintendo Direct Announcements. Let us know in the chat! Otherwise, my tip is... to get Rebirth. :smile:
-* **SHOUT OUT** to Brayden, Jeremy, and our very own Tricia Timney for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Brayden, Jeremy, and our very own Tricia Timney for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* For those joining us at **Right of Boom** who couldn't get into the pre-day, we've opened up more seats! You can modify your registration to add our pre-day now!
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
@@ -21,7 +21,7 @@ Explore what new changes the Training team has made in the last week.
* We'd love to get your feedback on our Training and Documentation! [Please fill out this form to let us know how we can improve](https://app.sli.do/event/m8C3AjPUnuDgpkVDmPsQL3)!
* We'd also love to get your [feedback on the Open Mic here](https://app.sli.do/event/9DL7k68NvYk8u1ZWUnWrjY)!
-* We've been getting a lot of great feedback on the [201-advanced-automation-concepts.md](../../cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md "mention") and [202-data-types-and-jinja.md](../../cluck-university/clean-automation-200-series/202-data-types-and-jinja.md "mention") courses! So don't forget to sign up once you finish the 100 series!
+* We've been getting a lot of great feedback on the [advanced-automation-concepts.md](../../cluck-university/clean-automation/advanced-automation-concepts.md "mention") and [data-types-and-jinja.md](../../cluck-university/clean-automation/data-types-and-jinja.md "mention") courses! So don't forget to sign up once you finish the 100 series!
* The newly identified Rewst 203: Boolean Logics and Comparisons is almost complete and will be scheduled soon! After this, the Legendary Eddie Chow will talk about some concepts in this training!
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/february-2nd-2024.md b/updates/cs-and-training-updates/february-2nd-2024.md
index 1311452d..191bf089 100644
--- a/updates/cs-and-training-updates/february-2nd-2024.md
+++ b/updates/cs-and-training-updates/february-2nd-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** Yakuza Infinite Wealth, Granblue Fantasy Relink, and Persona 3 Reload are all out! Take your pick! And Enjoy Persona 3 Reload because that is the correct pick.
-* **SHOUT OUT** to Jonathan, Holden, Daniel, Jacolby, and our very own Jareth for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Jonathan, Holden, Daniel, Jacolby, and our very own Jareth for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
@@ -19,7 +19,7 @@ Explore what new changes the Training team has made in the last week.
**What's New at Cluck University?**
* Fixed duplicate questions in Cluck-U exams! Shoutout to James Kim for the help!
-* Sign-up links have been added to the [201-advanced-automation-concepts.md](../../cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md "mention") and [202-data-types-and-jinja.md](../../cluck-university/clean-automation-200-series/202-data-types-and-jinja.md "mention")course pages.
+* Sign-up links have been added to the [advanced-automation-concepts.md](../../cluck-university/clean-automation/advanced-automation-concepts.md "mention") and [data-types-and-jinja.md](../../cluck-university/clean-automation/data-types-and-jinja.md "mention")course pages.
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/february-9th-2024.md b/updates/cs-and-training-updates/february-9th-2024.md
index 89c758fb..6871eaec 100644
--- a/updates/cs-and-training-updates/february-9th-2024.md
+++ b/updates/cs-and-training-updates/february-9th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** Since you're obviously done with the games I recommended last week (And Palworld since I forgot that), download that demo of Final Fantasy VII Rebirth and be so overwhelmed with epic nostalgia that you weep. Not that I did that...
-* **SHOUT OUT** to Muhsin, Sarah, and Kal for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Muhsin, Sarah, and Kal for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* For those joining us at **Right of Boom** who couldn't get into the pre-day, we've opened up more seats! You can modify your registration to add our pre-day now!
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
@@ -20,7 +20,7 @@ Explore what new changes the Training team has made in the last week.
**What's New at Cluck University?**
* Added a [welcome-and-enrollment.md](../../cluck-university/welcome-and-enrollment.md "mention")page to sign up for our live course schedule and access all the resources you need to get started!
-* Updated the [rewst-foundations-10x](../../cluck-university/rewst-foundations-10x/ "mention")page to include links to both self-serve and live sign-ups.
+* Updated the [rewst-foundations](../../cluck-university/rewst-foundations/ "mention")page to include links to both self-serve and live sign-ups.
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/january-12th-2024.md b/updates/cs-and-training-updates/january-12th-2024.md
index 464da0a5..c207f9f5 100644
--- a/updates/cs-and-training-updates/january-12th-2024.md
+++ b/updates/cs-and-training-updates/january-12th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Suggestion for the Week:** If you didn't see it yesterday, Golden Sun 1 AND 2 are coming to the Nintendo Switch Online service on January 17th! So if you're not catch up on literally 1000 games from 2023, check it out!
-* **SHOUT OUT** to our new bird brains; Greg, Elliot, Craig, and David for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to our new bird brains; Greg, Elliot, Craig, and David for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
diff --git a/updates/cs-and-training-updates/january-19th-2024.md b/updates/cs-and-training-updates/january-19th-2024.md
index affa88e3..26d8cda3 100644
--- a/updates/cs-and-training-updates/january-19th-2024.md
+++ b/updates/cs-and-training-updates/january-19th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Suggestion for the Week:** Sea of Stars has a physical copy you can pre-order from Iam8bit. If you missed this bad boy in 2023, and you're like me and prefer to have physical copies that you own, check it out!
-* **SHOUT OUT** to Grant for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Grant for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
diff --git a/updates/cs-and-training-updates/january-5th-2024.md b/updates/cs-and-training-updates/january-5th-2024.md
index b52a53bb..9b9adac3 100644
--- a/updates/cs-and-training-updates/january-5th-2024.md
+++ b/updates/cs-and-training-updates/january-5th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Suggestion for the Week:** I'm looking to make a video on my Retro Brandon YouTube channel that covers automation in a game for kicks. I think Stardew Valley should be the game, but let me know if you have any RPG or game that has concepts of automation that I could take a look at!
-* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord.
* Stay tuned for more information on how to get your official certification issued for sharing on LinkedIn, and hanging on your wall with pride.
diff --git a/updates/cs-and-training-updates/july-12th-2024-1.md b/updates/cs-and-training-updates/july-12th-2024-1.md
index 0f6ae8f9..dff5da8f 100644
--- a/updates/cs-and-training-updates/july-12th-2024-1.md
+++ b/updates/cs-and-training-updates/july-12th-2024-1.md
@@ -9,7 +9,7 @@ Explore what new changes the Training team has made in the last week.
* **Game Tip of the Week:** :speak\_no\_evil:
* **SHOUT OUTS** **TO:**
* Carlos, Marcel, Shmily, Oliva, Michael, Josh
- * Take the[foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the[foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
@@ -20,7 +20,7 @@ Explore what new changes the Training team has made in the last week.
**What's New at Cluck University?**
-* The Rewst 204 video is now available: [204-modular-automation-through-abstraction.md](../../cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md "mention")
+* The Rewst 204 video is now available: [modular-automation-through-abstraction.md](../../cluck-university/clean-automation/modular-automation-through-abstraction.md "mention")
* Rewst 205 sign-ups will be available very very very soon. You'll be able to find out first in Discord.
**The List of Reminders:**
diff --git a/updates/cs-and-training-updates/july-12th-2024-2.md b/updates/cs-and-training-updates/july-12th-2024-2.md
index 5a9e3f5e..5caf5aef 100644
--- a/updates/cs-and-training-updates/july-12th-2024-2.md
+++ b/updates/cs-and-training-updates/july-12th-2024-2.md
@@ -10,7 +10,7 @@ Explore what new changes the Training team has made in the last week.
* **SHOUT OUTS** **TO:**
* Tom, Tim, Nalin, David, Dustin, Zachary, Nicholas, Skyler, William, Jeremy, Eulogio, Mike
* Bryan :100: and Sander :100: with perfect scores
- * Congrats on them for passing the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+ * Congrats on them for passing the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
diff --git a/updates/cs-and-training-updates/july-12th-2024.md b/updates/cs-and-training-updates/july-12th-2024.md
index 37421ed3..387b5472 100644
--- a/updates/cs-and-training-updates/july-12th-2024.md
+++ b/updates/cs-and-training-updates/july-12th-2024.md
@@ -9,7 +9,7 @@ Explore what new changes the Training team has made in the last week.
* **Game Tip of the Week:** We are officially in Timeskip territory for Fire Emblem Three Houses as it's the 5th anniversary. And I can say, even 5 years later, that this is one of THE best Switch games out there if you're into RPGs. So if you haven't played it, don't miss this game, and ping me if you want advice!
* **SHOUT OUTS** **TO:**
* Frank, Igor, Nick, Cody, Reid, Kun, Michael, Alex, Kessr, Mike, and Navin
- * Take the[foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the[foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* Join us during Office Hours, and if there is something you want us to cover, Let us know!
* List Comprehension?
@@ -26,7 +26,7 @@ Explore what new changes the Training team has made in the last week.
* Check out the Cluck University Landing Page @ [go.rew.st/cluck-university](https://go.rew.st/cluck-university) for all the latest courses self-serve and live.
* Rewst 205 is LIVE! Sign up @ [https://calendly.com/cluck-u/rewst-205](https://calendly.com/cluck-u/rewst-205)
-* Rewst 204 video is now available: [204-modular-automation-through-abstraction.md](../../cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md "mention")
+* Rewst 204 video is now available: [modular-automation-through-abstraction.md](../../cluck-university/clean-automation/modular-automation-through-abstraction.md "mention")
**The List of Reminders:**
diff --git a/updates/cs-and-training-updates/june-14th-2024.md b/updates/cs-and-training-updates/june-14th-2024.md
index 751670d0..24d71ef3 100644
--- a/updates/cs-and-training-updates/june-14th-2024.md
+++ b/updates/cs-and-training-updates/june-14th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip of the Week:** If you're looking for a CRAZY RPG, Shin Megami Tensei V Vengeance is out today! Otherwise, you can go back to your Gameboy Advance games like I am. Speaking of which, if you're looking for something different, but want the old style of Pokemon games, I've just discovered fan games that are legitimately good. Check out Pokemon Unbound if you haven't already!
-* **SHOUT OUT** to Jim, Wali, Alfredo, Austin, Paul, Andre, Andy, and Greg for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Jim, Wali, Alfredo, Austin, Paul, Andre, Andy, and Greg for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* **REMINDER**: [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) and the[ ROC AMA](https://calendly.com/cluck-u/roc-ama) to work through any questions you have during and after training!
* **FLOW REMINDER**: The Week of June 17th, the 200s Live Trainings, Fast Track Onboardings, Office Hours, and the ROC AMA will be paused. However, Clea's got your back with some 100 series Training!
@@ -25,7 +25,7 @@ Explore what new changes the Training team has made in the last week.
* We'd love to get your feedback on our Training and Documentation! [Please fill out this form to let us know how we can improve](https://app.sli.do/event/m8C3AjPUnuDgpkVDmPsQL3)!
* As a reminder, you can make training and documentation requests at [https://rewst.canny.io/](https://rewst.canny.io/)
-* Reminder that Rewst 200 videos for [201 - 203 are available here](../../cluck-university/clean-automation-200-series/)!
+* Reminder that Rewst 200 videos for [201 - 203 are available here](../../cluck-university/clean-automation/)!
* [Broken link](broken-reference "mention") page has been added with a link to sign-up and references on the [contact-resources.md](../../support/contact-resources.md "mention") and [roc-support](../../support/roc-support/ "mention") pages.
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/june-28th-2024.md b/updates/cs-and-training-updates/june-28th-2024.md
index a4a01261..14620d59 100644
--- a/updates/cs-and-training-updates/june-28th-2024.md
+++ b/updates/cs-and-training-updates/june-28th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip of the Week:** This week's Game tip is easy! Steam is having its Summer Sale! So it's time to go through your massive wishlist, buy a ton of new games for your backlog, feel that sweet dopamine hit, and then never play them.
-* **SHOUT OUT** to Andy, Greg, Maurice, Nikolas, Linda, James, Brian, Kyle, Alexander, Chris, Jeremy, Noah (With a PERFECT SCORE), Ben, Maksim, David, Kenny, John, Micheal Blea, Michael Priest, Mendy, Austin, Hayley, Codie, Laura, Nicholas, Daniel, Sam, Joseph, Preston, and Tom for successfully taking the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Andy, Greg, Maurice, Nikolas, Linda, James, Brian, Kyle, Alexander, Chris, Jeremy, Noah (With a PERFECT SCORE), Ben, Maksim, David, Kenny, John, Micheal Blea, Michael Priest, Mendy, Austin, Hayley, Codie, Laura, Nicholas, Daniel, Sam, Joseph, Preston, and Tom for successfully taking the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
@@ -21,7 +21,7 @@ Explore what new changes the Training team has made in the last week.
* The List of Reminders:
* We'd love to get your feedback on our Training and Documentation! [Please fill out this form to let us know how we can improve](https://app.sli.do/event/m8C3AjPUnuDgpkVDmPsQL3)!
* You can make training and documentation requests at [https://rewst.canny.io/](https://rewst.canny.io/)
- * Rewst 200 videos for [201 - 203 are available here](../../cluck-university/clean-automation-200-series/)!
+ * Rewst 200 videos for [201 - 203 are available here](../../cluck-university/clean-automation/)!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) and the[ ROC AMA](https://calendly.com/cluck-u/roc-ama) to work through any questions you have during and after training!
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/june-7th-2024.md b/updates/cs-and-training-updates/june-7th-2024.md
index 3038cc2c..6c718482 100644
--- a/updates/cs-and-training-updates/june-7th-2024.md
+++ b/updates/cs-and-training-updates/june-7th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip of the Week:** If you are into Retro handheld gaming, you should check out the Anbernic SP! It is such a great piece of hardware and is surprisingly cheap. It plays games from NES, SNES, GBC, GBA, the Sega Systems and can even run some games from Dreamcast, PSP, and PS1. But all in a GBA SP form factor.
-* **SHOUT OUT** to Josh, Christian, Jamie, Dean, Adam, and our very own Ben (Ben WITH PERFECT SCORES!) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Josh, Christian, Jamie, Dean, Adam, and our very own Ben (Ben WITH PERFECT SCORES!) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* **REMINDER**: [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) and the[ ROC AMA](https://calendly.com/cluck-u/roc-ama) to work through any questions you have during and after training!
* **FLOW REMINDER**: The Week of June 17th, the 200s Live Trainings, Fast Track Onboardings, Office Hours, and the ROC AMA will be paused. However, Clea's got your back with some 100 series Training!
@@ -25,7 +25,7 @@ Explore what new changes the Training team has made in the last week.
* We'd love to get your feedback on our Training and Documentation! [Please fill out this form to let us know how we can improve](https://app.sli.do/event/m8C3AjPUnuDgpkVDmPsQL3)!
* As a reminder, you can make training and documentation requests at [https://rewst.canny.io/](https://rewst.canny.io/)
-* Reminder that Rewst 200 videos for [201 - 203 are available here](../../cluck-university/clean-automation-200-series/)!
+* Reminder that Rewst 200 videos for [201 - 203 are available here](../../cluck-university/clean-automation/)!
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/march-15th-2024.md b/updates/cs-and-training-updates/march-15th-2024.md
index 47018fd4..19e98e59 100644
--- a/updates/cs-and-training-updates/march-15th-2024.md
+++ b/updates/cs-and-training-updates/march-15th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** If you're not already an RPG fan, just become one. If you do, this will be the best gaming year of all time for you and we're only in March. Also, if you have a full-time job and know how long a top 10 video takes to make, don't decide to make a video ranking all the Final Fantasy games... Just don't do it. ALSO! If you missed Sea of Stars last year, they are adding LOCAL CO-OP! So buy it and find somebody to play with!
-* **SHOUT OUT** to Hayden, Jordan, Eugene, Chris, Brett, Dan, and Tahla for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Hayden, Jordan, Eugene, Chris, Brett, Dan, and Tahla for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* We have unified the docs format for our 100 series, making it more searchable, and beefed up our resources section for each page.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
diff --git a/updates/cs-and-training-updates/march-1st-2024.md b/updates/cs-and-training-updates/march-1st-2024.md
index 27b65cda..6a8a9da1 100644
--- a/updates/cs-and-training-updates/march-1st-2024.md
+++ b/updates/cs-and-training-updates/march-1st-2024.md
@@ -8,7 +8,7 @@ Explore what new changes the Training team has made in the last week.
* **Introducing Clea Mahoney! She's joining our team as a Training and Community Enablement Manager who will help us grow our training program!**
* **Game Tip for the Week:** Final Fantasy VII Rebirth is here! A reminder that while you CAN enjoy this game without playing the rest, the best experience comes from playing the original, watching Advent Children the sequel movie, playing Crisis Core, Dirge of Cerberus on the PS2, playing Remake, and THEN playing Rebirth. :) If anyone didn't get a Midgar Bangle Mk. II preorder item, hit me up in Discord, I have an extra code.
-* **SHOUT OUT** to Alex, Owen, Mistie, Ethan, Jaffer, Jowen, Jonathan, and Devon for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Alex, Owen, Mistie, Ethan, Jaffer, Jowen, Jonathan, and Devon for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* The Legendary Eddie Listen-to-that-soothing-voice Chow will be at Right of Boom next week for the Pre-day! Because of this, our training will be moved to Discord Watch Parties where we can all listen in on the serene teaching of a recorded Eddie Chow
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
@@ -22,7 +22,7 @@ Explore what new changes the Training team has made in the last week.
* We'd love to get your feedback on our Training and Documentation! [Please fill out this form to let us know how we can improve](https://app.sli.do/event/m8C3AjPUnuDgpkVDmPsQL3)!
* We'd also love to get your [feedback on the Open Mic here](https://app.sli.do/event/9DL7k68NvYk8u1ZWUnWrjY)!
-* Each of the [rewst-foundations-10x](../../cluck-university/rewst-foundations-10x/ "mention")course pages has highlighted the get credit link. Don't forget to use this to get attendance credit as well as some certification question prep!
+* Each of the [rewst-foundations](../../cluck-university/rewst-foundations/ "mention")course pages has highlighted the get credit link. Don't forget to use this to get attendance credit as well as some certification question prep!
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/march-22nd-2024.md b/updates/cs-and-training-updates/march-22nd-2024.md
index 5eaada42..d586d47e 100644
--- a/updates/cs-and-training-updates/march-22nd-2024.md
+++ b/updates/cs-and-training-updates/march-22nd-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** If you have an Xbox and you're willing to dive in, Final Fantasy XIV is out! Otherwise, Rise of the Ronin and Dragon's Dogma II will make great additions to your obviously insurmountable backlog from 2024 already... This year needs to slow down.
-* **SHOUT OUT** to Ian, Denis, Kyle, Joel, Ethan, and Beth for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Ian, Denis, Kyle, Joel, Ethan, and Beth for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* We will be canceling the Open Mic next week due to Good Friday
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
diff --git a/updates/cs-and-training-updates/march-8th-2024.md b/updates/cs-and-training-updates/march-8th-2024.md
index 5b58160a..ad65a3e0 100644
--- a/updates/cs-and-training-updates/march-8th-2024.md
+++ b/updates/cs-and-training-updates/march-8th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** If you're looking for a fantastic Tactical RPG, check out Unicorn Overlord! It will probably be one of those hidden gems for the year, sitting at an 88 on Metacritic!
-* **SHOUT OUT** to James, Jeffrey, Tom, and Andy for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to James, Jeffrey, Tom, and Andy for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Eddie-the-legend-Chow is back from Right of Boom! So Training time will continue as expected next week!
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
diff --git a/updates/cs-and-training-updates/may-10th-2024.md b/updates/cs-and-training-updates/may-10th-2024.md
index b6cdb920..97553fd5 100644
--- a/updates/cs-and-training-updates/may-10th-2024.md
+++ b/updates/cs-and-training-updates/may-10th-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** THE SWITCH 2 HAS BEEN CONFIRMED BY THE PRESIDENT OF NINTENDO THIS IS NOT A DRILL! So hold on to your butts as the internet goes into a frenzy over every rumor from the deepest recesses of the internet to tell us it's either a low-powered piece of garbage or the greatest piece of gaming innovation to grace the planet Earth.
-* **SHOUT OUT** to Chris, Josh, Jason, Michael, Michael (two this week!), David, and Alaura for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Chris, Josh, Jason, Michael, Michael (two this week!), David, and Alaura for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Clea is BACK! Next week, we will continue our regular schedule of Clea on the 100s and Eddie on the 200s!
![](<../../.gitbook/assets/Copy of Clea.png>)![](<../../.gitbook/assets/Clea (3).png>)
diff --git a/updates/cs-and-training-updates/may-17th-2024.md b/updates/cs-and-training-updates/may-17th-2024.md
index 872a5b9c..3037882a 100644
--- a/updates/cs-and-training-updates/may-17th-2024.md
+++ b/updates/cs-and-training-updates/may-17th-2024.md
@@ -9,7 +9,7 @@ Explore what new changes the Training team has made in the last week.
* **Game Tip for the Week:** I have two today!
* For the retro gamers out there, Anbernic just dropped an SP Clamshell handheld PC with emulators pre-loaded on it and it's dirt cheap. The most powerful model is only $75. So if you're a sucker for the GBA SP like me, check it out!
* For all you modern gamers! ... This is still Retro kind of. Paper Mario Thousand Year Door Remake comes out next Thursday on Switch! So check it out!
-* **SHOUT OUT** to Emmitt, Gareth, Tanner, William, Doaa, and Anthony (with a PERFECT SCORE) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Emmitt, Gareth, Tanner, William, Doaa, and Anthony (with a PERFECT SCORE) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Speaking of Tanner, Anthony, and Will, welcome our newest ROC members!
* If you're coming to MSPGeekCon, come check us out! We may or may not have something new and exciting and definitely not a shirt...
* The [204 is now live](https://calendly.com/cluck-u/rewst-204)! Thank you to all who attended the pilot with feedback
diff --git a/updates/cs-and-training-updates/may-24th-2024.md b/updates/cs-and-training-updates/may-24th-2024.md
index 8b3157ea..772b27d3 100644
--- a/updates/cs-and-training-updates/may-24th-2024.md
+++ b/updates/cs-and-training-updates/may-24th-2024.md
@@ -9,7 +9,7 @@ Explore what new changes the Training team has made in the last week.
* **Game Tips for the Week:** We're going Modern and Retro again today!
* **Modern**: Super Mario Thousand Year Door is out! So you should definitely check that out if you have a Switch! (I know, this is cheating a bit)
* **Retro**: If you haven't already played the Pokemon TCG Gameboy game, you should play it! It's on the NSO. If you HAVE played it, you should get the english translation pack for the sequel that never came out in the west. Because it's 🔥
-* **SHOUT OUT** to Darren, Pepijn, Tyler, Mansoor, Gary, and Sarah for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Darren, Pepijn, Tyler, Mansoor, Gary, and Sarah for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Speaking of perks for our Certified Rewsters, we are re-Introducing the **ROC AMA**! When you get certified, you will be able to jump on an hour call with our awesome ROC Team to ask anything on Tuesdays, starting **June 4th**! [You can sign-up on Calendly now](https://calendly.com/cluck-u/roc-ama?month=2024-06)!
* Clea will also be running the entire Foundations series including the 106, starting next week!
@@ -32,7 +32,7 @@ Explore what new changes the Training team has made in the last week.
**New & Updated Pages:**
* [may-17-2024-solve-all-your-meal-prep-problems-with-this-automation.md](../roc-open-mics/may-17-2024-solve-all-your-meal-prep-problems-with-this-automation.md "mention") page added
-* Updated [204-modular-automation-through-abstraction.md](../../cluck-university/clean-automation-200-series/204-modular-automation-through-abstraction.md "mention") page with Calendly link
+* Updated [modular-automation-through-abstraction.md](../../cluck-university/clean-automation/modular-automation-through-abstraction.md "mention") page with Calendly link
* [roc-support](../../support/roc-support/ "mention") page updated with a link to create a ticket
diff --git a/updates/cs-and-training-updates/may-31st-2024.md b/updates/cs-and-training-updates/may-31st-2024.md
index 31e9b505..02971acd 100644
--- a/updates/cs-and-training-updates/may-31st-2024.md
+++ b/updates/cs-and-training-updates/may-31st-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip of the Week:** Lots of sales on all KINDS of games as we enter into what used to be known as E3 time! So keep an eye out to get some sweet deals. And don't forget to snag Paper Mario Thousand Year Door!
-* **SHOUT OUT** to Derrick, Kevin, Reinier, Hunter, Joey, Marek, Ibrahim, Marvin, Adrian, and our very own Blake and Kyle (Kyle and Adrian WITH PERFECT SCORES!) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Derrick, Kevin, Reinier, Hunter, Joey, Marek, Ibrahim, Marvin, Adrian, and our very own Blake and Kyle (Kyle and Adrian WITH PERFECT SCORES!) for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* For our Certified Rewsters, don't forget about the **ROC AMA,** starting **Tuesday, June 4th**! [You can sign-up on Calendly now](https://calendly.com/cluck-u/roc-ama?month=2024-06)!
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
@@ -21,9 +21,9 @@ Explore what new changes the Training team has made in the last week.
* We'd love to get your feedback on our Training and Documentation! [Please fill out this form to let us know how we can improve](https://app.sli.do/event/m8C3AjPUnuDgpkVDmPsQL3)!
* As a reminder, you can make training and documentation requests at [https://rewst.canny.io/](https://rewst.canny.io/)
-* The [201-advanced-automation-concepts.md](../../cluck-university/clean-automation-200-series/201-advanced-automation-concepts.md "mention") page has been updated with the video
-* The [202-data-types-and-jinja.md](../../cluck-university/clean-automation-200-series/202-data-types-and-jinja.md "mention") page has been updated with the video
-* The [203-boolean-logic-and-comparisons.md](../../cluck-university/clean-automation-200-series/203-boolean-logic-and-comparisons.md "mention") page has been updated with the video
+* The [advanced-automation-concepts.md](../../cluck-university/clean-automation/advanced-automation-concepts.md "mention") page has been updated with the video
+* The [data-types-and-jinja.md](../../cluck-university/clean-automation/data-types-and-jinja.md "mention") page has been updated with the video
+* The [boolean-logic-and-comparisons.md](../../cluck-university/clean-automation/boolean-logic-and-comparisons.md "mention") page has been updated with the video
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/may-3rd-2024.md b/updates/cs-and-training-updates/may-3rd-2024.md
index ed82d5a4..b8dfdb68 100644
--- a/updates/cs-and-training-updates/may-3rd-2024.md
+++ b/updates/cs-and-training-updates/may-3rd-2024.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** We're going retro this week! If you want a cheap and very fun way to exercise and you still have a PS2, you can STILL buy PS2 dancepads on ebay for cheap and the DDR games are dirt cheap as well.
-* **SHOUT OUT** to Philippe, Paul, Ryan, Stephen, Sebastian, and Daemon for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
+* **SHOUT OUT** to Philippe, Paul, Ryan, Stephen, Sebastian, and Daemon for successfully taking our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collecting your prestigious **Certified Rewster** badge in Discord.
* Eddie will be back next week with the 100 and current 200 series!
![](<../../.gitbook/assets/Copy of Clea.png>)
@@ -26,7 +26,7 @@ Explore what new changes the Training team has made in the last week.
* As a reminder, you can make training and documentation requests at [https://rewst.canny.io/](https://rewst.canny.io/)
* [office-hours.md](../../cluck-university/office-hours.md "mention") page added with more information about
* New [the-crate-marketplace.md](../../cluck-university/electives/the-crate-marketplace.md "mention") elective page live!
-* Sign-up link added to [203-boolean-logic-and-comparisons.md](../../cluck-university/clean-automation-200-series/203-boolean-logic-and-comparisons.md "mention") page
+* Sign-up link added to [boolean-logic-and-comparisons.md](../../cluck-university/clean-automation/boolean-logic-and-comparisons.md "mention") page
**New & Updated Pages:**
diff --git a/updates/cs-and-training-updates/november-17th-2023-1.md b/updates/cs-and-training-updates/november-17th-2023-1.md
index 3ff69d1b..71e347db 100644
--- a/updates/cs-and-training-updates/november-17th-2023-1.md
+++ b/updates/cs-and-training-updates/november-17th-2023-1.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** BRACE YOURSELVES THE GAME SALES ARE COMING! In particular, I want to point out to all my Xbox owners here that Lost Odyssey, one of the most criminally overlooked RPGs of all time, is on sale digitally for $6.24 at the Xbox store. I would always recommend getting the original physical version, but this will be the best $6.24 you've ever spent in your life.
-* **SHOUT OUT to all of our Certified Rewsters!** To join our motley crew of eggcellent peeps, you can take the exam here: [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")
+* **SHOUT OUT to all of our Certified Rewsters!** To join our motley crew of eggcellent peeps, you can take the exam here: [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")
* **Cluck U Holiday Hours:**
* **US Thanksgiving**
* Training will be available Mon \~ Wed
diff --git a/updates/cs-and-training-updates/november-17th-2023.md b/updates/cs-and-training-updates/november-17th-2023.md
index f728d3f8..98c81db6 100644
--- a/updates/cs-and-training-updates/november-17th-2023.md
+++ b/updates/cs-and-training-updates/november-17th-2023.md
@@ -7,7 +7,7 @@ Explore what new changes the Training team has made in the last week.
General News and Reminders
* **Game Tip for the Week:** Did you know The Elder Scrolls IV: Oblivion is included with Game Pass? With the faster load times in this cloud version, it's easier to reload over and over again until you get the Sigil Stone you like, whenever you close those pesky Oblivion gates!
-* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord. (Hint to others: It's more than just pretty flare. There's exclusive access it grants, too!)
+* **SHOUT OUT** to all those who've successfully taken our [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention")Exam, and collected your prestigious **Certified Rewster** badge in Discord. (Hint to others: It's more than just pretty flare. There's exclusive access it grants, too!)
* Express your interest in the App Platform Alpha Program by filling out the form on the [Broken link](broken-reference "mention") page.
* **Reminder about Cluck U Holiday Hours:**
* Live Training will be unavailable from December 18th \~ January 8th for the Holidays and New Year
@@ -34,7 +34,7 @@ Explore what new changes the Training team has made in the last week.
**Updated & Enhanced Pages**
-* Updated the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") page to include more context on what types of questions the Exam will be asking to incorporate into a study guide
+* Updated the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") page to include more context on what types of questions the Exam will be asking to incorporate into a study guide
* Updated the [azure-openai-integration-setup.md](../../documentation/integrations/ai/openai/azure-openai-integration-setup.md "mention") page for more explicit instructions on how to craft your Base URL.
* Updated the [cybercns](../../documentation/integrations/security/cybercns/ "mention") page to include reference to ConnectSecure branding.
* Updated the [organization-variables.md](../../documentation/user-management/organization-variables.md "mention") page to explain how Use as Default works
diff --git a/updates/cs-and-training-updates/october-11-2024.md b/updates/cs-and-training-updates/october-11-2024.md
index 2a8ab6dc..4e9ad3b6 100644
--- a/updates/cs-and-training-updates/october-11-2024.md
+++ b/updates/cs-and-training-updates/october-11-2024.md
@@ -10,7 +10,7 @@ Explore what new changes the Training team has made in the last week.
* Drink your water
* **SHOUT OUTS** **TO:**
* Oscar, Danny, David, Chris, Naveen, and Kierre
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord.
* As well as access to a super secret Discord channel. If you access to it, be sure to check it out for early access to :shushing\_face:.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!
@@ -23,7 +23,7 @@ Explore what new changes the Training team has made in the last week.
**What's New at Cluck University?**
-* Keep an eye out for the [clean-automation-200-series](../../cluck-university/clean-automation-200-series/ "mention")Certification...
+* Keep an eye out for the [clean-automation](../../cluck-university/clean-automation/ "mention")Certification...
* Check out the Cluck University Landing Page @ [go.rew.st/cluck-university](https://go.rew.st/cluck-university) for all the latest courses self-serve and live.
**The List of Reminders:**
diff --git a/updates/cs-and-training-updates/october-4-2024.md b/updates/cs-and-training-updates/october-4-2024.md
index 8f959186..259e0391 100644
--- a/updates/cs-and-training-updates/october-4-2024.md
+++ b/updates/cs-and-training-updates/october-4-2024.md
@@ -11,7 +11,7 @@ Explore what new changes the Training team has made in the last week.
* Lucas wants everyone to know that Factorio Space Age is coming on the 21st! Should you ignore Zelda and the slew of October RPGs for this? The world may never know...
* **SHOUT OUTS** **TO:**
* Cat, Aaron, Joshua, Alexander, Naveen, Andrew, and Owen
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!
@@ -23,7 +23,7 @@ Explore what new changes the Training team has made in the last week.
**What's New at Cluck University?**
-* Keep an eye out for the [clean-automation-200-series](../../cluck-university/clean-automation-200-series/ "mention")Certification :eyes:
+* Keep an eye out for the [clean-automation](../../cluck-university/clean-automation/ "mention")Certification :eyes:
* Check out the Cluck University Landing Page @ [go.rew.st/cluck-university](https://go.rew.st/cluck-university) for all the latest courses self-serve and live.
**The List of Reminders:**
diff --git a/updates/cs-and-training-updates/september-13th-2024.md b/updates/cs-and-training-updates/september-13th-2024.md
index ab0d92e0..903fd724 100644
--- a/updates/cs-and-training-updates/september-13th-2024.md
+++ b/updates/cs-and-training-updates/september-13th-2024.md
@@ -11,7 +11,7 @@ Explore what new changes the Training team has made in the last week.
* **SHOUT OUTS** **TO:**
* Cyril, Shannyn, Chase, Chris H. , Evan, Anthony, Matthew, Brendan, Leanda, Hugh, David, Michael, Allen, Victoria
* AND Ray J with a perfect score :confetti\_ball:
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) and the[ ROC AMA](https://calendly.com/cluck-u/roc-ama) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!
@@ -23,7 +23,7 @@ Explore what new changes the Training team has made in the last week.
**What's New at Cluck University?**
-* The video for Rewst [205-avoiding-automation-anti-patterns.md](../../cluck-university/clean-automation-200-series/205-avoiding-automation-anti-patterns.md "mention") is UP!
+* The video for Rewst [avoiding-automation-anti-patterns.md](../../cluck-university/clean-automation/avoiding-automation-anti-patterns.md "mention") is UP!
* Make sure to get credit for this and other Cluck University videos you've gone through.
* Stay tuned for exciting new self-paced content and special live sessions for beginners coming in September 2024!
* Check out the Cluck University Landing Page @ [go.rew.st/cluck-university](https://go.rew.st/cluck-university) for all the latest courses self-serve and live.
diff --git a/updates/cs-and-training-updates/september-15th-2023.md b/updates/cs-and-training-updates/september-15th-2023.md
index deb42b61..1a615a6b 100644
--- a/updates/cs-and-training-updates/september-15th-2023.md
+++ b/updates/cs-and-training-updates/september-15th-2023.md
@@ -25,9 +25,9 @@ Explore what new changes the Training team has made in the last week.
**Cluck University**
* We've added more self-service features to provide more value to those taking training on the [Cluck University](broken-reference) pages, including:
- * A [signup for the welcome package](../../cluck-university/rewst-foundations-10x/), including an email and schedule for live training.
+ * A [signup for the welcome package](../../cluck-university/rewst-foundations/), including an email and schedule for live training.
* Get Credit forms for each course where you can give feedback and validate your understanding!
- * Added a [Foundations Certification](../../cluck-university/rewst-foundations-10x/foundations-certification.md) sign-up page!
+ * Added a [Foundations Certification](../../cluck-university/rewst-foundations/foundations-certification.md) sign-up page!
**Documentation**
diff --git a/updates/cs-and-training-updates/september-1st-2023.md b/updates/cs-and-training-updates/september-1st-2023.md
index e734d952..40b00180 100644
--- a/updates/cs-and-training-updates/september-1st-2023.md
+++ b/updates/cs-and-training-updates/september-1st-2023.md
@@ -22,7 +22,7 @@ Explore what new changes the Training team has made in the last week.
**Cluck University**
-* Added a [feedback and credit form](../../cluck-university/rewst-foundations-10x/) to the Rewst Foundation Pages
+* Added a [feedback and credit form](../../cluck-university/rewst-foundations/) to the Rewst Foundation Pages
* Added text summaries for all the [Getting Started pages](../../cluck-university/getting-started/) for our partners who prefer reading over video
* Chow Time: Added Updated [Rewst 102](broken-reference) and [Rewst 103](broken-reference) videos made by our very own Legend - Eddie Chow
* Added [How to Scope an Automation](../../cluck-university/getting-started/how-to-scope-an-automation.md) video in the Getting Started Section
diff --git a/updates/cs-and-training-updates/september-20th-2024-1-1.md b/updates/cs-and-training-updates/september-20th-2024-1-1.md
index 7a6c679c..da9d95f6 100644
--- a/updates/cs-and-training-updates/september-20th-2024-1-1.md
+++ b/updates/cs-and-training-updates/september-20th-2024-1-1.md
@@ -12,7 +12,7 @@ Explore what new changes the Training team has made in the last week.
* **SHOUT OUTS** **TO:**
* Victoria, Allen, Michael H., Michael R., Aaron, Linden, Austin, Ethan, and Adam
* AND Ray and Tim with perfect scores :confetti\_ball:
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!
@@ -24,7 +24,7 @@ Explore what new changes the Training team has made in the last week.
**What's New at Cluck University?**
-* Keep an eye out for the [clean-automation-200-series](../../cluck-university/clean-automation-200-series/ "mention")Certification :eyes:
+* Keep an eye out for the [clean-automation](../../cluck-university/clean-automation/ "mention")Certification :eyes:
* Stay tuned for exciting new self-paced content and special live sessions for beginners coming in September 2024!
* Check out the Cluck University Landing Page @ [go.rew.st/cluck-university](https://go.rew.st/cluck-university) for all the latest courses self-serve and live.
diff --git a/updates/cs-and-training-updates/september-20th-2024-1.md b/updates/cs-and-training-updates/september-20th-2024-1.md
index 2c429984..87b1f759 100644
--- a/updates/cs-and-training-updates/september-20th-2024-1.md
+++ b/updates/cs-and-training-updates/september-20th-2024-1.md
@@ -12,7 +12,7 @@ Explore what new changes the Training team has made in the last week.
* **SHOUT OUTS** **TO:**
* R. Paragallo, Tim, Andrew, Robert D., Ryan, Addy, Dominik, JD, Tom, Robert S., Jordan, and Cat
* AND Kevin with a perfect score :confetti\_ball:
- * Take the [foundations-certification.md](../../cluck-university/rewst-foundations-10x/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
+ * Take the [foundations-certification.md](../../cluck-university/rewst-foundations/foundations-certification.md "mention") Exam, and collect your prestigious **Certified Rewster** badge in Discord. As well as access to a super secret Discord channel.
* Join us in our [Cluck-U Discord channel](https://discord.com/channels/936789089703845988/1121465945295167588) if you have any questions, comments, or concerns!
* [Sign up for the Office Hours](https://calendly.com/cluck-u/office-hours?) to work through any questions you have during and after training! If there is something you want us to cover, Let us know!