-
Notifications
You must be signed in to change notification settings - Fork 30
Updating documentation links #187
Conversation
KevinBatdorf
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only looked at a few of them but the pages don't exist. Is there a plan to add these pages before this is updated?
(The old pages don't seem to exist either)
sample/barebones-config.php
Outdated
| $section = array( | ||
| 'title' => esc_html__( 'Text Area', 'your-textdomain-here' ), | ||
| 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="//docs.redux.io/core/fields/textarea/" target="_blank">//docs.redux.io/core/fields/textarea/</a>', | ||
| 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/textarea.html" target="_blank">//docs.redux.io/core-fields/textarea.html</a>', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one still says docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@KevinBatdorf I think you can merge this commit as is and I will fix the undefined and the docs.redux.io ones. |
|
Can you create the pages first? Or otherwise add redirects? Also, I'm not familiar enough with the codebase to be merging. |
Currently, creating new pages for documentation is not a priority. |
In general we should never add anything broken to production code. Are all the URLs working now? |
…emporary until we create same pages in V4
|
@KevinBatdorf It seems that there is something wrong with my IDE. |

This commit contains updates to the sample options page documentation links.