Skip to content

Fix deadlinks #1

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

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
8 changes: 4 additions & 4 deletions printing.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>Printing Quota</h2>
<div class="col-6 col-sm-6 col-lg-4">
<h2>Getting more quota</h2>
<p>There are times where you will need to print more that you have, or there is an open book exam, or you just want to.</p>
<p><a class="btn btn-danger btn-block" href="https://docs.comp.nus.edu.sg/node/1731" role="button">Buying Procedure</a></p>
<p><a class="btn btn-danger btn-block" href="https://dochub.comp.nus.edu.sg/cf/guides/printing/quota/purchasing_print_quota" role="button">Buying Procedure</a></p>
</div><!--/span-->
<div class="col-6 col-sm-6 col-lg-4">
<h2>Checking of printer queue</h2>
Expand All @@ -75,12 +75,12 @@ <h2>Checking of printer queue</h2>
<h2>Cancelling of own print jobs</h2>
<p>Everyone makes mistakes, so yeah. To remove your print job. Requirements: ssh::sunfire access & a print job to remove. "lprm -Pprinter"</p>
<p>
<a class="btn btn-info btn-block" href="https://docs.comp.nus.edu.sg/node/1584" role="button">Wiki on removing</a>
<a class="btn btn-info btn-block" href="https://dochub.comp.nus.edu.sg/cf/guides/printing/removing-jobs" role="button">Wiki on removing</a>
<a class="btn btn-info btn-block" href="http://xbfish.com/2011/09/10/remove-print-job-from-printer-queue-in-nus-soc-printers/" role="button">Random Blog Post</a>

</p>
</div>
<div class="col-6 col-sm-6 col-lg-4">
<!--<div class="col-6 col-sm-6 col-lg-4">
<h2>Print from your Mobile Device</h2>
<p>Not everytime you can get a laptop or a computer to
print. Therefore there is an android app to facilitate
Expand All @@ -94,7 +94,7 @@ <h2>Print from your Mobile Device</h2>
href="https://itunes.apple.com/sg/app/id916524327"
role="button">Apple iTunes Store</a>
</p>
</div>
</div>-->

</div><!--/row-->
</div><!--/span-->
Expand Down