The Fundamentals of App Routing
In the early days of the web, a deep link simply meant linking to a specific page rather than a homepage. Today, mobile deep linking refers specifically to the technology that directs a user to a specific screen inside a native mobile application, bypassing the web browser entirely.
This relies on the operating system acting as a traffic director, recognizing registered URI schemes (like twitter://) and launching the appropriate software package.