diff --git a/onlp/applications/attributes.md b/onlp/applications/attributes.md index b001cb86..24811633 100644 --- a/onlp/applications/attributes.md +++ b/onlp/applications/attributes.md @@ -27,5 +27,5 @@ The fields of the ```onlp_asset_info_t``` structure are defined by the ONLP API This attribute should be implemented at a minimum by the Chassis OID to return important system information (like firmware revisions). ## Attribute Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__attributes.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__attributes.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/attribute.h) diff --git a/onlp/applications/chassis.md b/onlp/applications/chassis.md index 7c860088..e3d0ce30 100644 --- a/onlp/applications/chassis.md +++ b/onlp/applications/chassis.md @@ -24,7 +24,7 @@ It is possible to query the Chassis for any generic debug, internal state or sta ## Chassis Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-chassis.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__oid-chassis.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/chassis.h) --- diff --git a/onlp/applications/fan.md b/onlp/applications/fan.md index 9d69b669..405e6dad 100644 --- a/onlp/applications/fan.md +++ b/onlp/applications/fan.md @@ -7,7 +7,7 @@ The current status and capabilities of a fan are queried using ```onlp_fan_info_ Fan features include things like direction, RPM, and speed percentage. ## Fan Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-fan.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__oid-fan.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/fan.h) --- diff --git a/onlp/applications/generic.md b/onlp/applications/generic.md index a8a6b890..2aec9bfe 100644 --- a/onlp/applications/generic.md +++ b/onlp/applications/generic.md @@ -11,7 +11,7 @@ The current status of a generic oid is queried using ```onlp_generic_info_get``` There are no fields defined in the information structure. Custom interaction with a Generic OID must be done through the OID Attribute APIs. ## Generic Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-generic.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__oid-generic.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/generic.h) --- diff --git a/onlp/applications/led.md b/onlp/applications/led.md index d99927b6..08b7c7ed 100644 --- a/onlp/applications/led.md +++ b/onlp/applications/led.md @@ -11,7 +11,7 @@ LED features include things like available colors, blinking modes, and character You can change the current mode of the LED if supported. ## LED Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-led.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__oid-led.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/led.h) --- diff --git a/onlp/applications/module.md b/onlp/applications/module.md index c929c9e7..dd42a817 100644 --- a/onlp/applications/module.md +++ b/onlp/applications/module.md @@ -14,7 +14,7 @@ The current status of a module is queried using ```onlp_module_info_get``` to po There are no module-specific fields in this structure as it is just a dynamic container for child OIDs. Those children can then be inspected and enumerated recursively. ## Module Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-module.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__oid-module.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/module.h) --- diff --git a/onlp/applications/platform.md b/onlp/applications/platform.md index 2c6afc45..f2ce8fc6 100644 --- a/onlp/applications/platform.md +++ b/onlp/applications/platform.md @@ -16,5 +16,5 @@ examine them directly in the case of system debugging or technical support. While you can call this API it is usually invoked via the command line tools. ## Platform Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__platform.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__platform.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platform.h) diff --git a/onlp/applications/psu.md b/onlp/applications/psu.md index 4d0842ac..53080444 100644 --- a/onlp/applications/psu.md +++ b/onlp/applications/psu.md @@ -7,7 +7,7 @@ The current status and capabilities of a PSU are queried using ```onlp_psu_info_ PSU features include things like voltage, power, current, and type (AC or DC). ## PSU Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-psu.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__oid-psu.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/psu.h) --- diff --git a/onlp/applications/sfp.md b/onlp/applications/sfp.md index 50b2065f..fa398706 100644 --- a/onlp/applications/sfp.md +++ b/onlp/applications/sfp.md @@ -25,7 +25,7 @@ While calling ```onlp_sfp_info_get``` is sufficient to identify the inserted mod ## SFP Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__oid-sfp.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__oid-sfp.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/sfp.h) --- diff --git a/onlp/applications/thermal.md b/onlp/applications/thermal.md index 618b3574..4dabee8b 100644 --- a/onlp/applications/thermal.md +++ b/onlp/applications/thermal.md @@ -7,7 +7,7 @@ The current status of a temperature sensors is queried using ```onlp_thermal_inf Thermal features include current temperature and any warning or shutdown thresholds for the given sensor. ## Thermal Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/thermal_8h.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/thermal_8h.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/thermal.h) --- diff --git a/onlp/implementors/attributei.md b/onlp/implementors/attributei.md index d3d0ef1d..fb2038d1 100644 --- a/onlp/implementors/attributei.md +++ b/onlp/implementors/attributei.md @@ -16,7 +16,7 @@ Supporting these on anything other than the Chassis OID is optional. Should a FRU or Module support either of these attributes then you are encouraged to support them on those OIDs as well. ## Attributei Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__attributei.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__attributei.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/attributei.h) --- diff --git a/onlp/implementors/chassisi.md b/onlp/implementors/chassisi.md index 9407b93f..f2851570 100644 --- a/onlp/implementors/chassisi.md +++ b/onlp/implementors/chassisi.md @@ -18,7 +18,7 @@ There are no fields currently defined in the ```onlp_chassis_info_t``` structure The current default implementation of ```onlp_chassisi_info_get()``` does this for you and there is no need to provide this function at this time. # Chassisi Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__chassisi.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__chassisi.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/chassisi.h) * [Example Implementation](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/platforms/accton/x86-64/as7712-32x/onlp/builds/x86_64_accton_as7712_32x/module/src/chassisi.c) diff --git a/onlp/implementors/fani.md b/onlp/implementors/fani.md index 49bb103f..504c5374 100644 --- a/onlp/implementors/fani.md +++ b/onlp/implementors/fani.md @@ -23,7 +23,7 @@ If the SET capability flags are set by ```onlp_fani_info_get()``` then the ```on They will not be called unless the capabilities are reported. ## Fani Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__fani.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__fani.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/fani.h) * [Example Implementation](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/platforms/accton/x86-64/as7712-32x/onlp/builds/x86_64_accton_as7712_32x/module/src/fani.c) diff --git a/onlp/implementors/generici.md b/onlp/implementors/generici.md index cb76df81..ae644e78 100644 --- a/onlp/implementors/generici.md +++ b/onlp/implementors/generici.md @@ -21,7 +21,7 @@ While the Generic OID can be a parent container for other OIDs it is generally d There are no defined behaviors for the Generic OID. # Generici Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__generici.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__generici.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/genericii.h) diff --git a/onlp/implementors/ledi.md b/onlp/implementors/ledi.md index d113d97e..6b4abbd0 100644 --- a/onlp/implementors/ledi.md +++ b/onlp/implementors/ledi.md @@ -20,7 +20,7 @@ If the SET capability flags are set by ```onlp_ledi_info_get()``` then the ```on They will not be called unless the capabilities are reported. ## Ledi Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__ledi.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__ledi.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/ledi.h) * [Example Implementation](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/platforms/accton/x86-64/as7712-32x/onlp/builds/x86_64_accton_as7712_32x/module/src/ledi.c) diff --git a/onlp/implementors/modulei.md b/onlp/implementors/modulei.md index 64ea9488..be86b661 100644 --- a/onlp/implementors/modulei.md +++ b/onlp/implementors/modulei.md @@ -24,7 +24,7 @@ Think linecard or module port chassis. Modules heirarchies are visible to the user. # Modulei Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__modulei.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__modulei.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/moduleii.h) diff --git a/onlp/implementors/platformi.md b/onlp/implementors/platformi.md index 2103d1d6..9d0e166c 100644 --- a/onlp/implementors/platformi.md +++ b/onlp/implementors/platformi.md @@ -52,7 +52,7 @@ and shown to the user. This interface is optional. ## Platformi Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__platformi.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__platformi.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/platformi.h) * [Example Implementation](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/platforms/accton/x86-64/as7712-32x/onlp/builds/x86_64_accton_as7712_32x/module/src/platformi.c) diff --git a/onlp/implementors/psui.md b/onlp/implementors/psui.md index af920564..6c51e3f7 100644 --- a/onlp/implementors/psui.md +++ b/onlp/implementors/psui.md @@ -25,7 +25,7 @@ This returns the full information structure for the PSU. This includes the capab There are no defined APIs for setting any PSU values. This may change in the future. ## PSUi Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__psui.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__psui.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/psui.h) * [Example Implementation](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/platforms/accton/x86-64/as7712-32x/onlp/builds/x86_64_accton_as7712_32x/module/src/psui.c) diff --git a/onlp/implementors/sfpi.md b/onlp/implementors/sfpi.md index 6c5a62a3..12dc4d37 100644 --- a/onlp/implementors/sfpi.md +++ b/onlp/implementors/sfpi.md @@ -25,7 +25,7 @@ The MSA SFF decode for both identification and DOM information is parsed in the Supporting all relevant SFP controls, status bitmaps, and read/write operations is required to provide rich access to all required SFP features. ## SFPi Documentation -* [Doxygen](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/group__sfpi.html) +* [Doxygen](http://ocp.opennetlinux.org/onlp/group__sfpi.html) * [Header](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/base/any/onlp/src/onlp/module/inc/onlp/platformi/sfpi.h) * [Example Implementation](https://github.com/opencomputeproject/OpenNetworkLinux/blob/ONLPv2/packages/platforms/accton/x86-64/as7712-32x/onlp/builds/x86_64_accton_as7712_32x/module/src/sfpi.c) diff --git a/onlp/index.md b/onlp/index.md index c35a855d..c78c0929 100644 --- a/onlp/index.md +++ b/onlp/index.md @@ -16,4 +16,4 @@ The ONLP API user documentation for Platform developers who which to implement s ## ONLP API Reference -The ONLP Reference Documentation is maintained using Doxygen and can be browsed [here](https://htmlpreview.github.io/?https://raw.githubusercontent.com/opencomputeproject/OpenNetworkLinux/ONLPv2/packages/base/any/onlp/src/onlp/doc/html/index.html). +The ONLP Reference Documentation is maintained using Doxygen and can be browsed [here](http://ocp.opennetlinux.org/onlp/index.html).