We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88df296 + 3a7abc9 commit bc0fee9Copy full SHA for bc0fee9
blocks/community/keep-in-touch/keep-in-touch.tsx
@@ -29,7 +29,7 @@ export const KeepInTouch: FC<KeepInTouchProps> = ({ links }) => {
29
<div className={classNames(styles.resources, 'ktl-offset-top-l')}>
30
<h3 className="ktl-h3">Other resources:</h3>
31
<a
32
- href="https://kotlin.link/"
+ href="https://github.com/Heapy/awesome-kotlin"
33
target="_blank"
34
rel="noreferrer noopener"
35
className="rs-link rs-link_external ktl-text-1"
0 commit comments