From 309968009121f23f1ce16a23a74d014cba9737f7 Mon Sep 17 00:00:00 2001
From: schrage <schrage@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 22 Jun 1999 07:34:13 +0000
Subject: [PATCH] Minor modifications.

git-svn-id: https://svn.dealii.org/trunk@1431 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/doc/tutorial/chapter-1.elements/dofs.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/deal.II/doc/tutorial/chapter-1.elements/dofs.html b/deal.II/doc/tutorial/chapter-1.elements/dofs.html
index 40c5393954..1a642a66d2 100644
--- a/deal.II/doc/tutorial/chapter-1.elements/dofs.html
+++ b/deal.II/doc/tutorial/chapter-1.elements/dofs.html
@@ -51,10 +51,9 @@ The degrees of freedom are distributed on a triangulation using the function<br>
 The argument to <code>distribute_dofs</code> is a finite element that describes
 how many degrees of freedom are located on vertices, lines etc. 
 (<code>FiniteElement</code> objects have much more functionality than only storing
-these numbers. This functionality is discussed partly in the chapter on 
+these numbers. Parts of this functionality are discussed in the chapter on 
 <a href="matrix_generation.html">matrix and vector
-generation</a>
-and partly in URL_NEEDS_TO_BE_SET.)
+generation</a>.)
 <code>distribute_dofs</code> works its way through the triangulation cell by
 cell, starting at the coarsest level, and numbers every degree of freedom that is not yet numbered.
 For non-multigrid algorithms it considers only active cells, i.e. cells 
-- 
2.39.5