I have a page in Drupal which is coming when clicking on a my account link, I want to change some content of this page, but I couldn't find page in the script. The URL of the page is
Please anyone help me, how to get the same page in Drupal to edit it?
For easy search nodes use Administration Views module. Module add search field in pages list.
So, url to your page is /node/8135 and url to it's edit page is /node/8135/edit . You got both ulrs there.