there is more than one way to create interface links in Godot.
for the credits, i suggest hiding the main menu Control with set_visible(false) and showing the credits Control with set_visible(true).
i also recommend triggering both of this with a pressed signal from the credits button.