Skip to content

Commit c44cb99

Browse files
committed
changed old links
1 parent ec6f98e commit c44cb99

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2938
-2632
lines changed

.web_base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/solid/solid-ui/tree/main
1+
https://github.com/solidos/solid-ui/tree/main

Documentation/developers/testing_README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Testing Documentation and Guidelines
22

33
## Data fixtures
4-
See https://github.com/solid/solid-ui/blob/5fd8fb0/test/unit/widgets/buttons.test.ts#L222 for an example of how to use `store.add` in a
5-
unit test to set up some data in the store. Don't forget to [clearStore afterEach](https://github.com/solid/solid-ui/blob/5fd8fb0/test/unit/widgets/buttons.test.ts#L214).
4+
See https://github.com/solidos/solid-ui/blob/5fd8fb0/test/unit/widgets/buttons.test.ts#L222 for an example of how to use `store.add` in a
5+
unit test to set up some data in the store. Don't forget to [clearStore afterEach](https://github.com/solidos/solid-ui/blob/5fd8fb0/test/unit/widgets/buttons.test.ts#L214).
66

77
## Custom matchers
88

@@ -24,5 +24,5 @@ There will also be times that even exporting the function isn't enough to enable
2424
In this case follow the commenting procedures in the Code Readme.md, which is to add the comment
2525
` \* @@ TODO and desribe the problem.
2626

27-
You can reference https://github.com/solid/solid-ui/issues/215 in your TODO comment if the code is hard to
27+
You can reference https://github.com/solidos/solid-ui/issues/215 in your TODO comment if the code is hard to
2828
test due to DOM manipulation.

Documentation/form-ecosystem.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2>Forms in the ecosystem</h2>
112112
<p>
113113
The User Interface ontology at <tt>http://www.w3.org/ns/ui</tt> defines
114114
RDF terms for describing forms. The
115-
<tt><a href="https://github.com/solid/solid-ui">solid-ui</a></tt> project
115+
<tt><a href="https://github.com/solidos/solid-ui">solid-ui</a></tt> project
116116
provides functions to use these forms within your web application to
117117
create a quick user interface solution. <a href="forms-intro.html">An introduction</a>
118118
basically describes how forms work. This document describes how forms fit into the ecosystem of apps,

0 commit comments

Comments
 (0)