Skip to content

Commit b5886d0

Browse files
committed
remove broken legacy docs links
Signed-off-by: nikki everett <[email protected]>
1 parent d5663e6 commit b5886d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9252,7 +9252,7 @@ This changes the interval at which the daemon checks for sensors which haven't r
92529252

92539253
**Documentation**
92549254

9255-
- Added new [troubleshooting guide](https://legacy-docs.dagster.io/troubleshooting) for problems encountered while using the `QueuedRunCoordinator` to limit run concurrency.
9255+
- Added new troubleshooting guide for problems encountered while using the `QueuedRunCoordinator` to limit run concurrency.
92569256
- Added documentation for the sensor command-line interface.
92579257

92589258
## 0.10.0 "The Edge of Glory"
@@ -9889,7 +9889,7 @@ opt_in:
98899889
- Added step-level run history for partitioned schedules on the schedule view
98909890
- Added great_expectations integration, through the `dagster_ge` library. Example usage is under a new example, called `ge_example`, and documentation for the library can be found under the libraries section of the api docs.
98919891
- `PythonObjectDagsterType` can now take a tuple of types as well as a single type, more closely mirroring `isinstance` and allowing Union types to be represented in Dagster.
9892-
- The `configured` API can now be used on all definition types (including `CompositeDefinition`). Example usage has been updated in the [configuration documentation](https://legacy-docs.dagster.io/overview/configuration/configured).
9892+
- The `configured` API can now be used on all definition types (including `CompositeDefinition`). Example usage has been updated in the configuration documentation.
98939893
- Updated Helm chart to include auto-generated user code configmap in user code deployment by default
98949894

98959895
**Bugfixes**

0 commit comments

Comments
 (0)