Skip to content

Commit

Permalink
correcting links again
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jul 31, 2024
1 parent b01fee8 commit 00aff5e
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 40 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
run: |
# Publishing implies creating a git commit on the production branch,
# We will need to create a user for this at some point
echo "Deploying with Mike"
git config user.name niden
git config user.email nikos@niden.net
git fetch --no-tags --prune --depth=1 origin +refs/heads/production:refs/remotes/origin/production
Expand All @@ -95,3 +96,4 @@ jobs:
--push \
${{ env.PH_DOCS_VERSION }} \
${{ env.PH_DOCS_ALIAS }}
echo "Deployed"
2 changes: 1 addition & 1 deletion docs/db-models-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class Invoices extends Model
}
```

[mvc-model]: api/phalcon_mvc.md#mvc-model
[mvc-model]: api/phalcon_mvc.md#mvcmodel
[mvc-model-validationfailed]: api/phalcon_mvc.md#mvcmodelvalidationfailed
[validation-validator-inclusionin]: api/phalcon_filter.md#filtervalidationvalidatorinclusionin
[messages-message]: api/phalcon_messages.md#messagesmessage
Expand Down
52 changes: 26 additions & 26 deletions docs/db-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -4008,34 +4008,34 @@ class Invoices extends Model
echo Invoices::count();
```

[db-rawvalue]: api/phalcon_db.md#dbrawvalue-
[db-rawvalue]: api/phalcon_db.md#dbrawvalue
[DRY]: https://en.wikipedia.org/wiki/Don%27t_repeat_yourself
[mvc-model]: api/phalcon_mvc.md#mvcmodel--
[mvc-model-binder]: api/phalcon_mvc.md#mvcmodelbinder-
[mvc-model-binder-bindableinterface]: api/phalcon_mvc.md#mvcmodelbinderbindableinterface--
[mvc-model-binderinterface]: api/phalcon_mvc.md#mvcmodelbinderinterface--
[mvc-model-criteria]: api/phalcon_mvc.md#mvcmodelcriteria-
[mvc-model-criteriainterface]: api/phalcon_mvc.md#mvcmodelcriteriainterface--
[mvc-model-exception]: api/phalcon_mvc.md#mvcmodelexception-
[mvc-model-manager]: api/phalcon_mvc.md#mvcmodelmanager-
[mvc-model-managerinterface]: api/phalcon_mvc.md#mvcmodelmanagerinterface--
[mvc-model-query]: api/phalcon_mvc.md#mvcmodelquery-
[mvc-model-query-builder]: api/phalcon_mvc.md#mvcmodelquerybuilder-
[mvc-model-query-builderinterface]: api/phalcon_mvc.md#mvcmodelquerybuilderinterface--
[mvc-model-query-lang]: api/phalcon_mvc.md#mvcmodelquerylang--
[mvc-model-query-status]: api/phalcon_mvc.md#mvcmodelquerystatus-
[mvc-model-query-statusinterface]: api/phalcon_mvc.md#mvcmodelquerystatusinterface--
[mvc-model-queryinterface]: api/phalcon_mvc.md#mvcmodelqueryinterface--
[mvc-model-relation]: api/phalcon_mvc.md#mvcmodelrelation-
[mvc-model-relationinterface]: api/phalcon_mvc.md#mvcmodelrelationinterface--
[mvc-model]: api/phalcon_mvc.md#mvcmodel
[mvc-model-binder]: api/phalcon_mvc.md#mvcmodelbinder
[mvc-model-binder-bindableinterface]: api/phalcon_mvc.md#mvcmodelbinderbindableinterface
[mvc-model-binderinterface]: api/phalcon_mvc.md#mvcmodelbinderinterface
[mvc-model-criteria]: api/phalcon_mvc.md#mvcmodelcriteria
[mvc-model-criteriainterface]: api/phalcon_mvc.md#mvcmodelcriteriainterface
[mvc-model-exception]: api/phalcon_mvc.md#mvcmodelexception
[mvc-model-manager]: api/phalcon_mvc.md#mvcmodelmanager
[mvc-model-managerinterface]: api/phalcon_mvc.md#mvcmodelmanagerinterface
[mvc-model-query]: api/phalcon_mvc.md#mvcmodelquery
[mvc-model-query-builder]: api/phalcon_mvc.md#mvcmodelquerybuilder
[mvc-model-query-builderinterface]: api/phalcon_mvc.md#mvcmodelquerybuilderinterface
[mvc-model-query-lang]: api/phalcon_mvc.md#mvcmodelquerylang
[mvc-model-query-status]: api/phalcon_mvc.md#mvcmodelquerystatus
[mvc-model-query-statusinterface]: api/phalcon_mvc.md#mvcmodelquerystatusinterface
[mvc-model-queryinterface]: api/phalcon_mvc.md#mvcmodelqueryinterface
[mvc-model-relation]: api/phalcon_mvc.md#mvcmodelrelation
[mvc-model-relationinterface]: api/phalcon_mvc.md#mvcmodelrelationinterface
[mvc-model-resultinterface]: api/phalcon_mvc.md#mvc-model-resultinterface
[mvc-model-resultset]: api/phalcon_mvc.md#mvcmodelresultset--
[mvc-model-resultset-complex]: api/phalcon_mvc.md#mvcmodelresultsetcomplex-
[mvc-model-resultset-simple]: api/phalcon_mvc.md#mvcmodelresultsetsimple-
[mvc-model-resultsetinterface]: api/phalcon_mvc.md#mvcmodelresultsetinterface--
[mvc-model-row]: api/phalcon_mvc.md#mvcmodelrow-
[mvc-model-validationfailed]: api/phalcon_mvc.md#mvcmodelvalidationfailed-
[mvc-modelinterface]: api/phalcon_mvc.md#mvcmodelinterface--
[mvc-model-resultset]: api/phalcon_mvc.md#mvcmodelresultset
[mvc-model-resultset-complex]: api/phalcon_mvc.md#mvcmodelresultsetcomplex
[mvc-model-resultset-simple]: api/phalcon_mvc.md#mvcmodelresultsetsimple
[mvc-model-resultsetinterface]: api/phalcon_mvc.md#mvcmodelresultsetinterface
[mvc-model-row]: api/phalcon_mvc.md#mvcmodelrow
[mvc-model-validationfailed]: api/phalcon_mvc.md#mvcmodelvalidationfailed
[mvc-modelinterface]: api/phalcon_mvc.md#mvcmodelinterface
[pdo-statements]: https://php.net/manual/en/pdo.prepared-statements.php
[db]: db-layer.md
[creating-models]: #creating-models
Expand Down
2 changes: 1 addition & 1 deletion docs/encryption-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ Also in your views (Volt syntax)
[bcrypt]: https://en.wikipedia.org/wiki/Bcrypt
[captcha]: https://en.wikipedia.org/wiki/ReCAPTCHA
[eksblowfish]: https://en.wikipedia.org/wiki/Bcrypt#Algorithm
[factorydefault]: api/phalcon_di.md#di-factorydefault
[factorydefault]: api/phalcon_di.md#difactorydefault
[hash-hmac]: https://www.php.net/manual/en/function.hash-hmac.php
[md5]: https://php.net/manual/en/function.md5.php
[openssl]: https://php.net/manual/en/book.openssl.php
Expand Down
2 changes: 1 addition & 1 deletion docs/filter-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ $filteredIp = $locator->sanitize('127.0.0.1', 'ipv4');
[ucfirst]: https://www.php.net/manual/en/function.ucfirst.php
[ucwords]: https://www.php.net/manual/en/function.ucwords.php
[utf8_decode]: https://www.php.net/manual/en/function.utf8-decode.php
[filter-exception]: api/phalcon_filter.md#filter-exception
[filter-exception]: api/phalcon_filter.md#filterexception
[filter-filter]: api/phalcon_filter.md#filter
[filter-filterfactory]: api/phalcon_filter.md#filterfilterfactory
[filter-filterinterface]: api/phalcon_filter.md#filterfilterinterface
Expand Down
14 changes: 7 additions & 7 deletions docs/flash.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,10 +572,10 @@ class InvoicesController extends Controller
}
```

[flash-abstractflash]: api/phalcon_flash.md#flash-abstractflash
[flash-direct]: api/phalcon_flash.md#flash-direct
[flash-exception]: api/phalcon_flash.md#flash-exception
[flash-flashinterface]: api/phalcon_flash.md#flash-flashinterface
[flash-session]: api/phalcon_flash.md#flash-session
[di-injectable]: api/phalcon_di.md#di-injectable
[factorydefault]: api/phalcon_di.md#di-factorydefault
[flash-abstractflash]: api/phalcon_flash.md#flashabstractflash
[flash-direct]: api/phalcon_flash.md#flashdirect
[flash-exception]: api/phalcon_flash.md#flashexception
[flash-flashinterface]: api/phalcon_flash.md#flashflashinterface
[flash-session]: api/phalcon_flash.md#flashsession
[di-injectable]: api/phalcon_di.md#diinjectable
[factorydefault]: api/phalcon_di.md#difactorydefault
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Along with PHP 8.0 or greater, depending on your application needs and the Phalc
* [curl][curl]
* [fileinfo][fileinfo]
* [gettext][gettext]
* [gd2][gd2] (to use the [Phalcon\Image\Adapter\Gd](api/phalcon_image.md#image-adapter-gd) class)
* [imagick][imagick] (to use the [Phalcon\Image\Adapter\Imagick](api/phalcon_image.md#image-adapter-imagick) class)
* [gd2][gd2] (to use the [Phalcon\Image\Adapter\Gd](api/phalcon_image.md#imageadaptergd) class)
* [imagick][imagick] (to use the [Phalcon\Image\Adapter\Imagick](api/phalcon_image.md#imageadapterimagick) class)
* [json][json]
* `libpcre3-dev` (Debian/Ubuntu), `pcre-devel` (CentOS), `pcre` (macOS)
* [PDO][pdo] Extension as well as the relevant RDBMS-specific extension (i.e. [MySQL][mysql], [PostgreSql][postgresql], etc.)
Expand Down
2 changes: 1 addition & 1 deletion docs/translate.md
Original file line number Diff line number Diff line change
Expand Up @@ -653,4 +653,4 @@ $translator = $factory->newInstance(
[wiki-gettext]: https://en.wikipedia.org/wiki/Gettext
[di]: di.md
[routing]: routing.md
[translate-factory]: #translate-factory
[translate-factory]: #translatefactory
2 changes: 1 addition & 1 deletion docs/tutorial-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ If you are ready to learn more check out the [Vökuró Tutorial][tutorial-vokuro
[ioc]: https://en.wikipedia.org/wiki/Inversion_of_control
[psr-4]: https://www.php-fig.org/psr/psr-4/
[di]: api/phalcon_di.md
[di-factorydefault]: api/phalcon_di.md#difactorydefault-
[di-factorydefault]: api/phalcon_di.md#difactorydefault
[bootstrap]: https://getbootstrap.com/
[devtools]: devtools.md
[tutorial-vokuro]: tutorial-vokuro.md
Expand Down

0 comments on commit 00aff5e

Please sign in to comment.