From 3a81b675708325627f94bd657263c91d4682dea9 Mon Sep 17 00:00:00 2001 From: tagpunitkr Date: Mon, 30 Jan 2023 16:04:29 +0530 Subject: [PATCH] Fixed Service operator broken link --- iceland/doc/ServiceOperator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceland/doc/ServiceOperator.md b/iceland/doc/ServiceOperator.md index ba64536e7..b9ca21592 100644 --- a/iceland/doc/ServiceOperator.md +++ b/iceland/doc/ServiceOperator.md @@ -1,5 +1,5 @@ # ServiceOperator -This section describes how to implement and configure a new [ServiceOperator](../src/main/java/org/n52/iceland/service/operator/ServiceOperator.java). +This section describes how to implement and configure a new [ServiceOperator](../core/src/main/java/org/n52/iceland/service/operator/ServiceOperator.java). Back to [Index](Index.md) \ No newline at end of file