import React from "react" import PropTypes from "prop-types" DocsLink.propTypes = { resource: PropTypes.string.isRequired, } export default function DocsLink({ children, resource }) { let url = `http://docs.mitmproxy.org/en/stable/${resource}` return ( {children || } ) } pplication/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-4.9/976-ssb_increase_pci_delay.patch
blob: 90bda515eb53b2a1bbd5fba713eb271d045de1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11