Skip to content

Commit 1a4190e

Browse files
committed
Use linter and update allowlist
1 parent 4da3702 commit 1a4190e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: gem install awesome_bot
1818

1919
- name: Check URLs
20-
run: awesome_bot README.md --allow-redirect --request-delay 0.2 -w gbstandards.org,iec.ch,gost.ru,tcvn.gov.vn,tisi.go.th
20+
run: awesome_bot README.md --allow-redirect --request-delay 0.2 -w gbstandards.org,iec.ch,gost.ru,tcvn.gov.vn,tisi.go.th,computerhistory.org

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
- [IETF RFCs](https://www.ietf.org/standards/rfcs/) - Publication in a series from the principal technical development and standards-setting bodies for the Internet, most prominently the IETF.
2929
- [BCPs](https://www.rfc-editor.org/rfc/bcp/bcp-index.txt) - Best Current Practice, sub-series of the RFC document series.
3030
- [ECMA International Standards](https://www.ecma-international.org/publications-and-standards/standards/) - Standards for information and communication systems.
31-
- [W3C](https://www.w3.org/TR/) - W3C publishes a range of technical reports (Standards and supporting Notes) which help move the web forward.
31+
- [W3C](https://www.w3.org/TR/) - World Wide Web Consortium publishes a range of technical reports (Standards and supporting Notes) which help move the web forward.
3232
- [W3C WAI](https://www.w3.org/WAI/) - Strategies, standards, and supporting resources to help you make the Web more accessible to people with disabilities.
3333
- [WHATWG](https://whatwg.org/) - Web Hypertext Application Technology Working Group, founded by individuals of leading Web browser vendors.
3434
- [Unicode Standards](https://www.unicode.org/reports/) - Text encoding standard maintained by the Unicode Consortium.
@@ -97,6 +97,7 @@
9797
- [PPCs](https://github.com/Perl/PPCs) - Proposed Perl Changes is proposals to change the Perl language.
9898
- [DIPs](https://github.com/dlang/DIPs) - D language Improvement Proposals.
9999
- [GEPs](https://groovy.apache.org/wiki/geps.html) - Groovy Enhancement Proposals and Issues tracked in Jira.
100+
- [Vlang RFCs](https://github.com/vlang/rfcs) - RFCs for changes to V lang.
100101

101102
## Tools
102103

@@ -111,15 +112,15 @@
111112
- [Nix RFCs](https://github.com/NixOS/rfcs) - The Nix community RFCs.
112113
- [DEPs](https://github.com/django/deps) - Django Enhancement Proposals.
113114
- [CEPs](https://github.com/conda/ceps) - Conda Enhancement Proposals.
114-
- [SLEPs](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/) - Scikit-learn Enhancement Proposals.
115+
- [SLEPs](https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/) - Enhancement proposals for scikit-learn.
115116
- [JEPs](https://jupyter.org/enhancement-proposals) - Jupyter Ecosystem Enhancement Proposals.
116117
- [JEPs](https://github.com/jenkinsci/jep) - Jenkins Enhancement Proposals.
117118
- [REPs](https://www.ros.org/reps/rep-0000.html) - Enhancement proposals for ROS robotics framework.
118119
- [KEPs](https://www.kubernetes.dev/resources/keps/) - Kubernetes Enhancement Proposals.
119120
- [HIPs](https://github.com/helm/community) - Helm Improvement Proposals.
120121
- [OTEPs](https://github.com/open-telemetry/opentelemetry-specification/tree/main/oteps/) - OpenTelemetry Enhancement Proposals.
121122
- [GIPs](https://godot-proposals-viewer.github.io/) - Godot (Multi-platform 2D and 3D game engine) Improvement Proposals.
122-
- [Bazel Proposals](https://github.com/bazelbuild/proposals) - Bazel proposals and design documents.
123+
- [Bazel Proposals](https://github.com/bazelbuild/proposals) - Index of all Bazel proposals and design documents.
123124
- [Conventional Commits](https://www.conventionalcommits.org/) - A specification for adding human and machine readable meaning to commit messages.
124125
- [Compose Specification](https://github.com/compose-spec/compose-spec) - The Compose Specification is developer focused for defining cloud and platform agnostic container-based applications.
125126
- [Fluent Specs](https://github.com/projectfluent/fluent) - This repository contains the specification, the reference implementation of the parser and the documentation for Fluent.
@@ -179,7 +180,7 @@
179180
- [OVF (Open Virtualization Format)](https://www.dmtf.org/standards/ovf) - OS images for virtualized environments.
180181
- [KVM (Kernel-based Virtual Machine)](https://public.dhe.ibm.com/software/dw/linux390/perf/ZSW03346USEN.pdf) - OS-level virtualization in Linux.
181182
- [OCI (Open Container Initiative)](https://opencontainers.org/release-notices/overview/) - Standards for OS containers like Docker.
182-
- [D-Bus](https://dbus.freedesktop.org/doc/dbus-specification.html) - D-Bus Specification.
183+
- [D-Bus](https://dbus.freedesktop.org/doc/dbus-specification.html) - Desktop Bus Specification is message-based inter-process communication system.
183184

184185
## Electronics and Hardware
185186

0 commit comments

Comments
 (0)