Cisco Systems, Inc. (2023). IP Routing: Static Routing Configuration Guide, Cisco IOS XE Cupertino 17.9.x. "Static Route Next-Hop Options" section. The guide specifies: "On a point-to-point interface, you can configure a static route that points to the interface. However, for a broadcast interface, such as Ethernet, it is recommended that you configure a static route with a next-hop address." This directly supports correcting the provided configuration.
Kurose, J. F., & Ross, K. W. (2021). Computer Networking: A Top-Down Approach (8th ed.). Pearson. In Chapter 5, Section 5.1, "Introduction," the concept of a forwarding table is detailed. The forwarding table's function is to map destination network prefixes to an outgoing interface and, crucially, the next-hop router's address for that link. This fundamental principle underscores why specifying the next-hop IP is the standard and correct practice.
Odom, W. (2019). CCNP and CCIE Enterprise Core ENCOR 350-401 Official Cert Guide. Cisco Press. Chapter 6, "IP Routing," discusses static route configuration details, explicitly warning against using only an exit interface on multipoint interfaces and recommending the use of a next-hop IP address to ensure a single, efficient ARP process for the next hop.