fix link and add more to how

This commit is contained in:
benjamin melançon 2020-03-18 14:13:39 -04:00
parent df244b2f75
commit 8afebcb827

View file

@ -5,7 +5,7 @@ outputs = ["Reveal"]
# When There's Not a Module For That
###### mid.camp/6337
###### [mid.camp/6337](https://mid.camp/6337)
<img alt="Agaric" src="images/o-midcamp.png" class="plain" />
@ -207,8 +207,13 @@ Doing something with a form? You want hook_form_alter() or one of its variants.
## Learning to learn
* Drupal documentation
* Duck Duck Go (!g if you need Google results)
* Debugger - look for
* Drupal contributed modules
* Drupal core and *its* modules
* Drupal forums and issues
* Drupal.StackExchange.com
* The rest of the Internet
* Debugger
* Code search / grep
{{% note %}}
Where to start if i don't cover it in this session
@ -225,6 +230,18 @@ find a contrib module that does it
Should it be in a template
{{% /note %}}
---
### The Rest of the Internet
* Duck Duck Go (!g for Google results)
* [ddg.co](https://duckduckgo.com/)
* [agaric.coop/blog](https://agaric.coop/blog)
* Your own notes
{{% note %}}
{{% /note %}}
---