anchor - HTML linking to a level inside current route -


I am trying to do a relative anchor at some level inside the current path, but it does not understand . For example, if I am in the following route: http://domain.com/first/second How do I link a relative link from here: http://domain.com / First / second / third

  • & lt; A href = "third" & gt; takes me to http: // domain I Com / first / third
  • & lt; A href = "./ third" & gt; also takes me to http://domain.com/ first / third
  • & lt; A href = "/ thirds" & gt;

The only way I have found that second / third or ./ second / third I am hesitant to use because I may need the same view from the other way and the other might be something else Is that what I am trying to do too?


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -