From f475c6eb089d2df3c9773e8c00a6c9a1c0af4241 Mon Sep 17 00:00:00 2001 From: Marius Kern <mariusskern@gmail.com> Date: Sat, 15 Jun 2024 20:49:50 +0200 Subject: [PATCH] MMTConstants changed --- .../Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs b/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs index a56b0694..7b17c42c 100644 --- a/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs +++ b/Assets/Scripts/MMTServer/CommunicationProtocoll/MMTConstants.cs @@ -44,8 +44,8 @@ public static class MMTConstants public static readonly string RectangleType = "http://mathhub.info/FrameIT/frameworld?RectangleType?rectangleType"; public static readonly string RectangleScroll = "http://mathhub.info/FrameIT/frameworld?RectangleScroll"; - public static readonly string TriangleCons = "http://mathhub.info/FrameIT/frameworld?TriangleType?triangleCons"; - public static readonly string TriangleType = "http://mathhub.info/FrameIT/frameworld?TriangleType?triangleType"; + public static readonly string TriangleCons = "http://mathhub.info/MitM/core/geometry?Geometry/Triangles?triangle_constructor"; + public static readonly string TriangleType = "http://mathhub.info/MitM/core/geometry?Geometry/Triangles?triangle"; public static readonly string TriangleScroll = "http://mathhub.info/FrameIT/frameworld?TriangleScroll"; public static readonly string CuboidCons = "http://mathhub.info/FrameIT/frameworld?CuboidType?cuboidCons"; -- GitLab