summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo <rcesar@gmail.com>2019-07-09 10:23:05 -0300
committerGitHub <noreply@github.com>2019-07-09 10:23:05 -0300
commit2d397ea74446d571a82af124efd2831a4610ad5a (patch)
tree211ee07988aa324241fa4c20a10b4126f58a7e3a
parentae3525d71c7e3c07f6e21db4bb0ca566f4d4d703 (diff)
Fixing Wikipedia links that pointed to mobile exclusively.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5e60eb3..8c23e7d 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ See also:
### Brooks' Law
-[Brooks' Law on Wikipedia](https://en.m.wikipedia.org/wiki/Brooks%27s_law)
+[Brooks' Law on Wikipedia](https://en.wikipedia.org/wiki/Brooks%27s_law)
> Adding human resources to a late software development project makes it later.
@@ -123,11 +123,11 @@ See also:
### Gall's Law
-[Gall's Law on Wikipedia](https://en.m.wikipedia.org/wiki/John_Gall_(author)#Gall's_law)
+[Gall's Law on Wikipedia](https://en.wikipedia.org/wiki/John_Gall_(author)#Gall's_law)
> A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a working simple system.
>
-> ([John Gall](https://en.m.wikipedia.org/wiki/John_Gall_(author)))
+> ([John Gall](https://en.wikipedia.org/wiki/John_Gall_(author)))
Gall's Law implies that attempts to _design_ highly complex systems are likely to fail. Highly complex systems are rarely built in one go, but evolve instead from more simple systems.