Skip to content

Commit

Permalink
Fix links and link checker action Slack pings. (#1480)
Browse files Browse the repository at this point in the history
* Fix links and link checker action Slack pings.

* Add die.net, improve comments.
  • Loading branch information
grugnog authored Dec 12, 2024
1 parent f33db87 commit 329e9b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .config/linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ useGitIgnore: true
ignorePatterns:
# NOTE: Sites with captcha protection below
- pattern: "^https://.*drupal.org/.*"
# NOTE: Sites with authentication below
- pattern: "^https://docs.google.com/.*"
- pattern: "^https://app.skills-base.com/.*"
- pattern: "^https://identity.trinet.com/.*"
# NOTE: Unreliable sites below
- pattern: "^https://linux.die.net/.*"
5 changes: 3 additions & 2 deletions .github/workflows/link-check-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
id: slack
uses: slackapi/[email protected]
if: failure()
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
webhook: ${{ secrets.SLACK_WEBHOOK_URL }}
webhook-type: incoming-webhook
2 changes: 1 addition & 1 deletion common-practices-tools/security/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Documents transferred within the CivicActions.com GSuite including Gmail and Gdr

We recommend using both of these browser add-ons that enhance privacy without encryption:

- [Privacy Badger](https://www.eff.org/privacybadger) blocks most ads and cookie collectors. Open source and free.
- [Privacy Badger](https://privacybadger.org/) blocks most ads and cookie collectors. Open source and free.
- [uBlock Origin](https://ublockorigin.com) is an ad content blocker. Open source and free.

These services will have little to no impact on your browsing experience and can go a long way to minimizing the data others collect about you.
Expand Down
2 changes: 1 addition & 1 deletion common-practices-tools/software-and-support/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Many CivicActions employees will already have a GitHub account. If you don't hav

## Setting up Git and a local repository

Unless you are only ever going to be editing a few guidebook pages the "easy" way (per [CONTRIBUTING.md](../../about-this-guidebook/README.md)), you'll want to set up a git workflow locally and clone a local copy of the repository you're working with. You can find instructions at <https://docs.github.com/en/get-started/quickstart/set-up-git> and <https://git-scm.com/book/en/v2/Getting-Started-Git-Basics>.
Unless you are only ever going to be editing a few guidebook pages the "easy" way (per [CONTRIBUTING.md](../../about-this-guidebook/README.md)), you'll want to set up a git workflow locally and clone a local copy of the repository you're working with. You can find instructions at <https://docs.github.com/en/get-started/quickstart/set-up-git> and <https://git-scm.com/book/en/v2>.

If you'd prefer not to use command-line tools, you may want to use GitHub Desktop: <https://desktop.github.com/>.

Expand Down
4 changes: 1 addition & 3 deletions company-policies/new-hire-orientation/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Links to websites we use regularly.

- [Guidebook - GitHub](https://github.com/CivicActions/guidebook)
- [Website](https://civicactions.com/)
- [Dashboard](https://workspace.google.com/dashboard): to log in to all CivicActions company-wide tools, bookmark this dashboard or the use the Google Apps icon ![Google Apps icon](../../assets/images/gsuite.png) in the header of any CivicActions Google page.

## Social media

Expand All @@ -26,20 +27,17 @@ Links to websites we use regularly.
- [Slack](https://civicactions.slack.com)
- [Unanet](https://civicactions.unanet.biz)
- [Zoom](https://zoom.us/)
- [Invision](https://www.invisionapp.com/home)
- Atlassian's Jira for ticket management

### UX (User Experience/Design)

- [Figma](https://www.figma.com): for wireframing and prototyping
- [Mural](https://app.mural.co/signin): for collaborating
- [StoriesOnBoard](https://app.storiesonboard.com/login): for story mapping

### Engineering tools

- [Sauce Labs](https://accounts.saucelabs.com/): for cross browser/device testing
- [GitLab](https://git.civicactions.net/)
- [Jenkins](http://ci.civicactions.net/)

### Infrastructure/monitoring tools

Expand Down

0 comments on commit 329e9b1

Please sign in to comment.