You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A way to find hard-coded links (i.e. http://acme.com/…) that should be node references (node://some-uuid-here) or assets (asset://other-uuid-here) would be great.
If there would be an option to (try to) repair them, that would be even more awesome. It could take such URLs and try to find a matching node by looking at the URI path (segments) involved, and if found could replace the link target.
The text was updated successfully, but these errors were encountered:
A way to find hard-coded links (i.e.
http://acme.com/…
) that should be node references (node://some-uuid-here
) or assets (asset://other-uuid-here
) would be great.If there would be an option to (try to) repair them, that would be even more awesome. It could take such URLs and try to find a matching node by looking at the URI path (segments) involved, and if found could replace the link target.
The text was updated successfully, but these errors were encountered: