@@ -322,7 +322,7 @@ def draw(self, context):
322322 row .operator ("wm.url_open" , text = "Superhive" ,
323323 icon = "URL" ).url = "https://superhivemarket.com/products/simple-camera-manager"
324324 row .operator ("wm.url_open" , text = "Gumroad" ,
325- icon = "URL" ).url = "https://weisl.gumroad.com/l/Cam-Manager "
325+ icon = "URL" ).url = "https://weisl.gumroad.com/l/simple_camera_manager "
326326
327327
328328 layout .label (text = "Other Simple Tools ($)" )
@@ -333,14 +333,14 @@ def draw(self, context):
333333 row .operator ("wm.url_open" , text = "Superhive" ,
334334 icon = "URL" ).url = "https://superhivemarket.com/products/simple-collider"
335335 row .operator ("wm.url_open" , text = "Gumroad" ,
336- icon = "URL" ).url = "https://weisl.gumroad.com/l/collider-tools "
336+ icon = "URL" ).url = "https://weisl.gumroad.com/l/simple_collider "
337337
338338 # row = col.row(align=True)
339339 # row.label(text="Simple Export")
340340 # row.operator("wm.url_open", text="Superhive",
341341 # icon="URL").url = "https://superhivemarket.com/products/simple-export"
342342 # row.operator("wm.url_open", text="Gumroad",
343- # icon="URL").url = "https://weisl.gumroad.com/l/simple-export "
343+ # icon="URL").url = "https://weisl.gumroad.com/l/simple_export "
344344
345345 layout .label (text = "Free Simple Tools" )
346346 col = layout .column (align = True )
0 commit comments