Skip to content
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

removed broken links and added other LUG sites link #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<li><a title='Other social links' alt="Social Media Links" href="#">Social</a>
<ul>
<li><a href="http://meetu.ps/c/33hSL/mrw5T/f" target="_blank" rel=external >MeetUp</a></li>
<li><a href="https://groups.google.com/forum/#!forum/ilugd/" target="_blank" rel=external >Google Group</a></li>
<li><a href="https://www.youtube.com/channel/UCQ4jkid1GjrmEQxWZCbD_Eg" target="_blank" rel=external >Youtube</a></li>
<li><a href="https://www.facebook.com/ILUGD/" target="_blank" rel=external >Facebook Page</a></li>
<li><a href="https://twitter.com/ilugdelhi" target="_blank" rel=external >Twitter</a></li>
Expand All @@ -45,7 +44,24 @@
</li>
<li><a href="knowledgebase.html" target="_blank" alt="Knowledgebase">Knowledgebase</a></li>
<li><a href="announcements.html" target="_blank" alt="Announcements">Announcements</a></li>
<li><a href="planet" target="_blank" alt="Planet ILUG-D">Planet</a></li>
<li><a href="https://linuxdelhi.org/planet/" target="_blank" alt="Planet ILUG-D">Planet</a></li>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the relative URL path in the href value. In general, using absolute URLs in the hyperlinks can lead to broken links in the localhost during development, and also if the domain name is changed.


<li><a title='Other social links' alt="Social Media Links" href="#">other Linux communities</a>
<ul>

<li><a href="https://ilugc.in/" target="_blank" rel=external >ILUGC</a></li>
<li><a href="https://dgplug.org/" target="_blank" rel=external >DGPLUG</a></li>
<li><a href="https://ilug-b.github.io/ILUGB.github.io/" target="_blank" rel=external >ILUGB</a></li>





</ul>
</li>



Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the HTML code indentation and remove the excess blank lines.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry for these mistakes will correct them

</ul>
</section>
<div class="section--next_event" data-meetup-group="ILUGDelhi"></div>
Expand Down