summaryrefslogtreecommitdiff
path: root/website/src/data
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 08:00:32 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-06-05 08:00:32 +0100
commit31e75134fefeba2e7e8db5a4b23f6c309642f9db (patch)
treea231603a0550bf5f828a3d8feeca9c202134cc5a /website/src/data
parent824d8886cc5bf55e240dd413ab2a284b0cedb3f4 (diff)
Another link
Diffstat (limited to 'website/src/data')
-rw-r--r--website/src/data/links.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/src/data/links.ts b/website/src/data/links.ts
index 35677bc..c56978e 100644
--- a/website/src/data/links.ts
+++ b/website/src/data/links.ts
@@ -14,6 +14,12 @@ const links: Link[] = [
description: 'ChatGPT 3.5 gives bad answers half the time, and programmers miss the mistakes almost half the time. Be careful out there, folks.',
isoDateAdded: '2024-06-04',
},
+ {
+ href: 'https://www.colinmcginn.net/primary-and-secondary-values',
+ title: 'Primary and Secondary Values',
+ description: 'Colin McGinn makes the case for primary and secondary moral values, just as there are primary and secondary qualities, apparently thereby managing to assert both moral realism and anti-realism at the same time without contradiction.',
+ isoDateAdded: '2024-06-05',
+ },
];
export default links;