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
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
There is a case where a notebook can have no sections in it. Under these
conditions the existing code would crash, as generating a new URL with a
null string throws. So, checking to ensure that the property exists
before generating the ULR fixes the problem.
Also, there was some incorrect logic around the "links" node. The schema
does not allow for the pagesUrl property, so the code as written will
never work. Cleaning out that logic fixes things up.
0 commit comments