diff --git a/input/pagecontent/l2_l3_overview.md b/input/pagecontent/l2_l3_overview.md
index fbd643b9..92902d71 100644
--- a/input/pagecontent/l2_l3_overview.md
+++ b/input/pagecontent/l2_l3_overview.md
@@ -196,12 +196,12 @@ The table and diagram below show the content types that are to be created as par
input/cql |
CQL |
-
+
Indicators and Measures |
FHIR Measure |
@@ -237,7 +237,6 @@ While the exact authoring steps depend on the inputs, the key sequence could nor
* [Libraries](l3_libraries.html)
* [Decision Tables](l3_decisiontables.html)
* [Indicators](l3_indicators.html)
-* [Scheduling Logic](l3_schedulinglogic.html)
* [Test Cases](l3_testing.html)
* [Personas](l3_personas.html)
* [Scenarios](l3_scenarios.html)
diff --git a/input/pagecontent/l3_cql.md b/input/pagecontent/l3_cql.md
index 6d1d96a1..da606c8f 100644
--- a/input/pagecontent/l3_cql.md
+++ b/input/pagecontent/l3_cql.md
@@ -1,5 +1,5 @@
-CQL - [Clinical Query Language](https://cql.hl7.org/) is a way to computably express queries and logic for the inputs and outputs of decision support - [decision logic](l3_decisiontables.html) and [scheduling logic](l3_schedulinglogic.html) - as well as [indicators](l3_indicators.html).
+CQL - [Clinical Query Language](https://cql.hl7.org/) is a way to computably express queries and logic for the inputs and outputs of decision support - [decision logic](l3_decisiontables.html) - as well as [indicators](l3_indicators.html).
For background and introduction to CQL, refer to the [Getting Started](https://github.com/cqframework/CQL-Formatting-and-Usage-Wiki/wiki/Getting-Started) page of the CQFramework wiki.
diff --git a/input/pagecontent/l3_scenarios.md b/input/pagecontent/l3_scenarios.md
index b79ac645..2096ffb8 100644
--- a/input/pagecontent/l3_scenarios.md
+++ b/input/pagecontent/l3_scenarios.md
@@ -30,7 +30,7 @@ Each Scenario is defined by the following data:
### **Output Criteria / Definition of Done**
* Each User Scenario in the L2 should be covered by one or more ExampleScenarios
* At least the "normal" flow shall be covered by an example scenario
-* ExampleScenarios should reference the example instances from the other resources (see [profiles](l3_profiles.html), [decision tables](l3_decisiontables.html), [scheduling logic](l3_schedulinglogic.html), [forms](l3_forms.html), [indicators](l3_indicators.html))
+* ExampleScenarios should reference the example instances from the other resources (see [profiles](l3_profiles.html), [decision tables](l3_decisiontables.html), [forms](l3_forms.html), [indicators](l3_indicators.html))
* ExampleScenarios should be validated by the publisher (i.e. no QA issues)
* ExampleScenarios should be reviewed by the L2 author