-
Notifications
You must be signed in to change notification settings - Fork 687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop fix documentation broken reference #3906
Develop fix documentation broken reference #3906
Conversation
This commit is a fix to a broken reference of authenticated Tor hidden service at documentation.
.gitignore
Outdated
@@ -104,6 +104,7 @@ ENV/ | |||
*~ | |||
*.swp | |||
*.swo | |||
tags |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This IMO should go into global gitignore, the reason being the file name is customizable. The default filename for ctags is 'tags'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I concur on that. That's something for your global gitignore, rather than something in this git repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree. I have removed that. Thanks @sayanchowdhury and @edenemmanuel for your review :)
@edenemmanuel I have updated the code according to your comments. Thanks! |
That last commit looks weird, Squash into one. |
@sayanchowdhury OOops, I forgot to push after squashing. Thanks for notifying though! |
cc0b644
to
f1add93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks!
Status
Ready for review
Description of Changes
2. Edit vim generates tags files using ctags. This functionality helps to traverse to the definition of method, function or class. It is a meta file. Ignoring this file will solve the problem of mistakenly committing this file to the source.Steps to find broken reference at the documentation
Checklist
If you made changes to documentation:
make docs-lint
) passed locally