Skip to content
Snippets Groups Projects
Commit bd2f7683 authored by Sean Madsen's avatar Sean Madsen
Browse files

Fix several funky hyperlinks

parent a3362299
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ several alternative folders, such as: ...@@ -31,7 +31,7 @@ several alternative folders, such as:
* `modules/civicrm` * `modules/civicrm`
Within the `civicrm` folder, there will be a Within the `civicrm` folder, there will be a
[`drupal/`]((https://github.com/civicrm/civicrm-drupal/) or [`drupal/`](https://github.com/civicrm/civicrm-drupal/) or
[`backdrop/`](https://github.com/civicrm/civicrm-backdrop/) subfolder which [`backdrop/`](https://github.com/civicrm/civicrm-backdrop/) subfolder which
contains the `civicrm.module` along with the role sync modules, blocks, and contains the `civicrm.module` along with the role sync modules, blocks, and
drush and views integration. drush and views integration.
......
...@@ -72,8 +72,8 @@ accomplishing a particular development goal, certainly vary. ...@@ -72,8 +72,8 @@ accomplishing a particular development goal, certainly vary.
developers and CiviCRM actually borrows many development practices from developers and CiviCRM actually borrows many development practices from
the project, so learning Drupal is a good place to start if you are unsure. the project, so learning Drupal is a good place to start if you are unsure.
- [Drupal documentation](https://www.drupal.org/docs/) - [Drupal documentation](https://www.drupal.org/docs/)
- [Wordpress documentation]() - [Wordpress documentation](https://codex.wordpress.org/Main_Page)
- [Joomla documentation]() - [Joomla documentation](https://docs.joomla.org/)
- **SQL / MySQL** - "SQL" is a standardized language used by many different - **SQL / MySQL** - "SQL" is a standardized language used by many different
kinds of databases to manipulate data in the database. "MySQL" is one kind kinds of databases to manipulate data in the database. "MySQL" is one kind
of database which CiviCRM uses to store all its data. The query syntax of database which CiviCRM uses to store all its data. The query syntax
......
...@@ -18,12 +18,10 @@ There are three options to create an ajax or web-service callback: ...@@ -18,12 +18,10 @@ There are three options to create an ajax or web-service callback:
your data to *$this-\>ajaxResponse* array and the rest will happen your data to *$this-\>ajaxResponse* array and the rest will happen
automatically. If not, you can directly call automatically. If not, you can directly call
CRM\_Core\_Page\_AJAX::returnJsonResponse() at the bottom of the run CRM\_Core\_Page\_AJAX::returnJsonResponse() at the bottom of the run
function. See [Ajax Pages and function. See [Ajax Pages and Forms](https://wiki.civicrm.org/confluence/display/CRMDOC/Ajax+Pages+and+Forms)
Forms](/confluence/display/CRMDOC/Ajax+Pages+and+Forms)
documentation. documentation.
- **Using the API:** Add an API function using `civix`. - **Using the API:** Add an API function using `civix`.
The API function can be called with the API's [AJAX The API function can be called with the API's [AJAX Interface](http://wiki.civicrm.org/confluence/display/CRMDOC/AJAX+Interface).
Interface](http://wiki.civicrm.org/confluence/display/CRMDOC/AJAX+Interface).
This automatically handles issues like encoding and decoding the This automatically handles issues like encoding and decoding the
request/response. request/response.
......
...@@ -14,7 +14,7 @@ writers encounter. ...@@ -14,7 +14,7 @@ writers encounter.
## Extension not doing anything ## Extension not doing anything
[]( ###### arguably this list should be removed altogether?? #### ) <!-- TODO: arguably this list should be removed altogether?? -->
Q: I've created the files and edited them but I don't see the expected Q: I've created the files and edited them but I don't see the expected
changes. changes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment